Skip to content

Commit

Permalink
Postscript for running prod node
Browse files Browse the repository at this point in the history
  • Loading branch information
sunenilausen committed Dec 19, 2021
1 parent 8c4418b commit 84719fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"polyfill": "cross-env CONTEXT=polyfill NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
"polyfill": "cross-env CONTEXT=polyfill NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"postinstall": "npm run prod"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
Expand Down

0 comments on commit 84719fc

Please sign in to comment.