We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f4be63 + 8acceb2 commit 9b16703Copy full SHA for 9b16703
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