Add test scripts
This commit is contained in:
parent
94ee162747
commit
54e6e13a36
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
|||
"dev": "composer run-script generate",
|
||||
"generate": "sculpin generate --clean --no-interaction",
|
||||
"prod": "composer run-script generate -- --env prod",
|
||||
"test": [
|
||||
"composer run test:unit"
|
||||
],
|
||||
"test:unit": "phpunit",
|
||||
"watch": "composer run-script --timeout=0 generate -- --server --watch"
|
||||
},
|
||||
"autoload": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue