Fix composer commands
This commit is contained in:
parent
e7d6059cea
commit
c7cc4f0216
|
@ -13,12 +13,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "composer run-script generate -- --env prod",
|
"build": "sculpin generate --clean --no-interaction --env prod",
|
||||||
"dev": "composer run-script generate",
|
"dev": "sculpin generate --clean --no-interaction",
|
||||||
"generate": "sculpin generate --clean --no-interaction",
|
|
||||||
"watch": [
|
"watch": [
|
||||||
"Composer\\Config::disableProcessTimeout",
|
"Composer\\Config::disableProcessTimeout",
|
||||||
"composer run-script generate -- --watch --server"
|
"sculpin generate --clean --no-interaction --watch --server"
|
||||||
],
|
],
|
||||||
"test-phpunit": "phpunit",
|
"test-phpunit": "phpunit",
|
||||||
"test-phpstan": "phpstan analyze",
|
"test-phpstan": "phpstan analyze",
|
||||||
|
|
Reference in a new issue