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.
nyc
tests-only
test
1 parent cd2cf9b commit 780e8a0Copy full SHA for 780e8a0
1 file changed
package.json
@@ -18,8 +18,8 @@
18
"prepublishOnly": "safe-publish-latest",
19
"lint": "eslint .",
20
"pretest": "npm run lint",
21
- "tests-only": "tape 'test/**/*.js'",
22
- "test": "nyc npm run tests-only",
+ "tests-only": "nyc tape 'test/**/*.js'",
+ "test": "npm run tests-only",
23
"posttest": "aud --production",
24
"version": "auto-changelog && git add CHANGELOG.md",
25
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
0 commit comments