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 5758595 commit 5cd751bCopy full SHA for 5cd751b
1 file changed
package.json
@@ -63,8 +63,8 @@
63
"posttest": "yarn lint",
64
"prepack": "yarn build && oclif manifest && oclif readme",
65
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
66
- "deploy": "npm run build && npm publish",
67
- "deploy:beta": "npm run build && npm publish --loglevel verbose",
+ "deploy": "npm run build && npm publish --loglevel verbose",
+ "deploy:beta": "npm run build && npm publish",
68
"version": "oclif readme && git add README.md"
69
},
70
"engines": {
0 commit comments