mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 08:31:22 +01:00
fix(tests): another shot in the dark
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"start": "node loader.js",
|
"start": "node loader.js",
|
||||||
"lint": "npx eslint --cache ./nodebb .",
|
"lint": "npx eslint --cache ./nodebb .",
|
||||||
"pretest": "npm run lint",
|
"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"
|
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
|||||||
Reference in New Issue
Block a user