Skip to content

Commit

Permalink
Updated the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerpedjiev committed Sep 20, 2018
1 parent 22ea1a1 commit 41a6409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"webpack-dev-server": "^3.1.8"
},
"scripts": {
"build": "./node_modules/webpack/bin/webpack.js --config webpack.prod.js --mode production",
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js --mode production",
"build-debug": "NODE_ENV=development; ./node_modules/webpack/bin/webpack.js --mode=development",
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --open",
"test-watch": "NODE_ENV=development; npm run build-debug && ./node_modules/karma/bin/karma start karma.conf.js",
Expand Down

0 comments on commit 41a6409

Please sign in to comment.