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 815c656 commit 86ba917Copy full SHA for 86ba917
package.json
@@ -60,8 +60,8 @@
60
"coverage": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\"",
61
"oclif:manifest": "oclif manifest",
62
"oclif:readme": "oclif readme",
63
- "postpack": "rm -f oclif.manifest.json",
64
"prepack": "npm run oclif:manifest && npm run oclif:readme",
+ "postpack": "rm -f oclif.manifest.json",
65
"test": "mocha --forbid-only \"test/**/*.test.js\"",
66
"updates:check": "npx npm-check-updates",
67
"updates:update": "npx npm-check-updates -u"
0 commit comments