We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f15026 commit 9c200bbCopy full SHA for 9c200bb
package.json
@@ -8,9 +8,9 @@
8
"test": "test"
9
},
10
"scripts": {
11
- "coverage": "nyc --reporter=lcov --reporter=text --reporter=json-summary npm test",
12
- "lint": "eslint src/ test/",
13
- "test": "mocha"
+ "coverage": "./node_modules/.bin/nyc --reporter=lcov --reporter=text --reporter=json-summary npm test",
+ "lint": "./node_modules/.bin/eslint src/ test/",
+ "test": "./node_modules/.bin/mocha"
14
15
"repository": {
16
"type": "git",
0 commit comments