- fix automatically build on heroku #165

Merged
Baakoma merged 1 commits from fix-build-on-heroku into main 2022-06-13 09:35:29 +02:00
Showing only changes of commit 3cd07245dd - Show all commits

View File

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