fix(tests): another shot in the dark

v1.18.x
Julian Lam 5 years ago
parent 9458d90b5e
commit 8853cd1aa5

@ -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": {

Loading…
Cancel
Save