- fix automatically build on heroku (#165)

fix automatically build on heroku
This commit is contained in:
Adrian Hopek 2022-06-13 09:35:29 +02:00 committed by GitHub
parent 77d3b4df0d
commit 31a6d287c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
"hot": "mix watch --hot", "hot": "mix watch --hot",
"prod": "npm run production", "prod": "npm run production",
"production": "mix --production", "production": "mix --production",
"build": "npm run production",
"lint": "./node_modules/.bin/eslint resources/js --ext .js,.vue", "lint": "./node_modules/.bin/eslint resources/js --ext .js,.vue",
"lintf": "./node_modules/.bin/eslint resources/js --ext .js,.vue --fix" "lintf": "./node_modules/.bin/eslint resources/js --ext .js,.vue --fix"
}, },