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 890e3f7 commit 363acaeCopy full SHA for 363acae
package.json
@@ -65,6 +65,8 @@
65
"oclif:readme": "oclif readme",
66
"postpack": "rm -f oclif.manifest.json",
67
"prepack": "npm run oclif:manifest && npm run oclif:readme",
68
- "test": "mocha --forbid-only \"test/**/*.test.js\""
+ "test": "mocha --forbid-only \"test/**/*.test.js\"",
69
+ "updates:check": "npx npm-check-updates",
70
+ "updates:update": "npx npm-check-updates -u"
71
}
72
0 commit comments