Skip to content

Commit 30db4cc

Browse files
committed
Added zuul-local npm tasks
1 parent eaf8604 commit 30db4cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"test": "./node_modules/.bin/mocha --recursive test",
88
"zuul": "zuul -- test",
9+
"zuul-local": "zuul --local -- test/*.js",
910
"coverage": "rm -rf coverage; istanbul cover _mocha -- --recursive --reporter spec --bail",
1011
"publish-coverage": "cat coverage/lcov.info | coveralls"
1112
},

0 commit comments

Comments
 (0)