Skip to content

Commit 3118cac

Browse files
committed
feat(package): add test command which bails on error
1 parent d1e5f9d commit 3118cac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/uikit-workshop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "gulpfile.js",
66
"scripts": {
77
"build": "webpack-cli --config webpack.config.js --progress",
8-
"watch": "webpack-cli --config webpack.config.js --progress --watch"
8+
"watch": "webpack-cli --config webpack.config.js --progress --watch",
9+
"test": "npm run build -- --bail"
910
},
1011
"authors": [
1112
{

0 commit comments

Comments
 (0)