Update scripts

This commit is contained in:
Oliver Davies 2019-11-09 09:46:18 +00:00 committed by GitHub
parent f8515e3424
commit e8aee02820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,8 @@
"sculpin/sculpin": "^3.0"
},
"scripts": {
"dev": "composer run-script generate",
"build": "sculpin generate --clean --no-interaction --env prod",
"dev": "sculpin generate --clean --no-interaction",
"generate": "sculpin generate --clean --no-interaction",
"prod": "composer run-script generate -- --env prod",
"watch": [