Skip to content

Commit 8acceb2

Browse files
committed
Use non-zero exit codes when build fails
1 parent 8f4be63 commit 8acceb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "npm run-script standard",
99
"standard": "node ./node_modules/standard/bin/cmd.js",
1010
"dev": "webpack --config webpack.config.js --progress --colors --watch",
11-
"build": "webpack --config webpack.production.js --progress --colors",
11+
"build": "webpack --config webpack.production.js --progress --colors --bail",
1212
"postinstall": "bin/heroku",
1313
"start": "node app.js"
1414
},

0 commit comments

Comments
 (0)