Updated package.json for "build"

Updated package.json for "build"
This commit is contained in:
cp6 2022-11-13 16:27:34 +11:00
parent d16af57799
commit 28e58475b1

View File

@ -7,7 +7,8 @@
"watch-poll": "mix watch -- --watch-options-poll=1000", "watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot", "hot": "mix watch --hot",
"prod": "npm run production", "prod": "npm run production",
"production": "mix --production" "production": "mix --production",
"build": "webpack --config webpack.config.js"
}, },
"devDependencies": { "devDependencies": {
"axios": "^0.21.4", "axios": "^0.21.4",