Skip to content

Commit bef037b

Browse files
authored
chore: remove bail flag on test command — no longer needed here
1 parent 592bbb9 commit bef037b

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "webpack-cli --config webpack.config.js --progress --bail",
88
"watch": "webpack-cli --config webpack.config.js --progress --watch",
9-
"test": "npm run build -- --bail"
9+
"test": "npm run build"
1010
},
1111
"authors": [
1212
{

0 commit comments

Comments
 (0)