Skip to content

Commit

Permalink
fix(tests): another shot in the dark
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Jul 7, 2020
1 parent 9458d90 commit 8853cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/package.json
Expand Up @@ -13,7 +13,7 @@
"start": "node loader.js",
"lint": "npx eslint --cache ./nodebb .",
"pretest": "npm run lint",
"test": "nyc --reporter=html --reporter=text-summary mocha",
"test": "npx nyc --reporter=html --reporter=text-summary npx mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage"
},
"husky": {
Expand Down

0 comments on commit 8853cd1

Please sign in to comment.