Skip to content

Commit

Permalink
Added generate script to compoers
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Feb 20, 2017
1 parent cfc0c6d commit bf98ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
}
},
"scripts": {
"test": "vendor/bin/phpunit"
"test": "vendor/bin/phpunit",
"generate": "php ./generate.php generate"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit bf98ec7

Please sign in to comment.