Skip to content

Commit

Permalink
fix(tests): 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 4f51838 commit 9458d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/package.json
Expand Up @@ -11,7 +11,7 @@
"main": "app.js",
"scripts": {
"start": "node loader.js",
"lint": "eslint --cache ./nodebb .",
"lint": "npx eslint --cache ./nodebb .",
"pretest": "npm run lint",
"test": "nyc --reporter=html --reporter=text-summary mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage"
Expand Down

0 comments on commit 9458d90

Please sign in to comment.