Skip to content

Commit

Permalink
Fixed npm run zuul.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Oct 16, 2014
1 parent 1b7bc93 commit fd4dbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/levelgraph.js",
"scripts": {
"test": "mocha --recursive --bail --reporter spec test",
"zuul": "zuul -- test",
"zuul": "zuul test/common.js test/*spec.js",
"coverage": "rm -rf coverage; istanbul cover _mocha -- --recursive --reporter spec --bail",
"publish-coverage": "cat coverage/lcov.info | coveralls",
"ci": "mocha --recursive --bail --watch test",
Expand Down

0 comments on commit fd4dbb5

Please sign in to comment.