Update composer scripts
This commit is contained in:
parent
c32f2dacf2
commit
f6519217c0
|
@ -1,7 +1,9 @@
|
||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "sculpin generate --server --watch --clean --no-interaction",
|
"dev": "composer run-script generate",
|
||||||
"prod": "sculpin generate --env prod --clean --no-interaction"
|
"generate": "sculpin generate --clean --no-interaction",
|
||||||
|
"prod": "composer run-script generate -- --env prod",
|
||||||
|
"watch": "composer run-script --timeout=0 generate -- --server --watch"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^5.5|^7.0",
|
"php": "^5.5|^7.0",
|
||||||
|
|
Loading…
Reference in a new issue