mirror of
https://github.com/status-im/codimd.git
synced 2025-01-13 12:44:28 +00:00
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",
|
"test": "npm run-script standard",
|
||||||
"standard": "node ./node_modules/standard/bin/cmd.js",
|
"standard": "node ./node_modules/standard/bin/cmd.js",
|
||||||
"dev": "webpack --config webpack.config.js --progress --colors --watch",
|
"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",
|
"postinstall": "bin/heroku",
|
||||||
"start": "node app.js"
|
"start": "node app.js"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user