mirror of https://github.com/status-im/codimd.git
Use non-zero exit codes when build fails
This commit is contained in:
parent
8f4be63df4
commit
8acceb28ed
|
@ -8,7 +8,7 @@
|
|||
"test": "npm run-script standard",
|
||||
"standard": "node ./node_modules/standard/bin/cmd.js",
|
||||
"dev": "webpack --config webpack.config.js --progress --colors --watch",
|
||||
"build": "webpack --config webpack.production.js --progress --colors",
|
||||
"build": "webpack --config webpack.production.js --progress --colors --bail",
|
||||
"postinstall": "bin/heroku",
|
||||
"start": "node app.js"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue