Skip to content

Commit 592bbb9

Browse files
authored
refactor: add bail flag to full Webpack build
Switch on bail flag by default when running a full Webpack build so unexpected errors get caught by Travis
1 parent 0ce7470 commit 592bbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-workshop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Front-end assets and templates for the default Pattern Lab workshop view",
55
"main": "gulpfile.js",
66
"scripts": {
7-
"build": "webpack-cli --config webpack.config.js --progress",
7+
"build": "webpack-cli --config webpack.config.js --progress --bail",
88
"watch": "webpack-cli --config webpack.config.js --progress --watch",
99
"test": "npm run build -- --bail"
1010
},

0 commit comments

Comments
 (0)