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.
1 parent 0ce7470 commit 592bbb9Copy full SHA for 592bbb9
packages/uikit-workshop/package.json
@@ -4,7 +4,7 @@
4
"description": "Front-end assets and templates for the default Pattern Lab workshop view",
5
"main": "gulpfile.js",
6
"scripts": {
7
- "build": "webpack-cli --config webpack.config.js --progress",
+ "build": "webpack-cli --config webpack.config.js --progress --bail",
8
"watch": "webpack-cli --config webpack.config.js --progress --watch",
9
"test": "npm run build -- --bail"
10
},
0 commit comments