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 a5d4912 commit 94be01fCopy full SHA for 94be01f
package.json
@@ -66,7 +66,7 @@
66
"biome:lint:write": "npx @biomejs/biome lint --write .",
67
"coverage": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\"",
68
"oclif:manifest": "oclif manifest",
69
- "oclif:readme": "oclif manifest",
+ "oclif:readme": "oclif readme",
70
"postpack": "rm -f oclif.manifest.json",
71
"prepack": "npm run oclif:manifest && oclif:readme",
72
"test": "mocha --forbid-only \"test/**/*.test.js\""
0 commit comments