We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4be63 commit 8acceb2Copy full SHA for 8acceb2
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"test": "npm run-script standard",
9
"standard": "node ./node_modules/standard/bin/cmd.js",
10
"dev": "webpack --config webpack.config.js --progress --colors --watch",
11
- "build": "webpack --config webpack.production.js --progress --colors",
+ "build": "webpack --config webpack.production.js --progress --colors --bail",
12
"postinstall": "bin/heroku",
13
"start": "node app.js"
14
},
0 commit comments