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 f4ba8aa commit 6a8c414Copy full SHA for 6a8c414
package.json
@@ -56,7 +56,7 @@
56
"postpack": "rm -f oclif.manifest.json",
57
"posttest": "tslint -p test -t stylish",
58
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
59
- "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
+ "test": "node_modules/.bin/nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
60
"version": "oclif-dev readme && git add README.md"
61
},
62
"types": "lib/index.d.ts"
0 commit comments