Skip to content

Commit 5cd751b

Browse files
committed
Add log level to correct command...
1 parent 5758595 commit 5cd751b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"posttest": "yarn lint",
6464
"prepack": "yarn build && oclif manifest && oclif readme",
6565
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
66-
"deploy": "npm run build && npm publish",
67-
"deploy:beta": "npm run build && npm publish --loglevel verbose",
66+
"deploy": "npm run build && npm publish --loglevel verbose",
67+
"deploy:beta": "npm run build && npm publish",
6868
"version": "oclif readme && git add README.md"
6969
},
7070
"engines": {

0 commit comments

Comments
 (0)