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 3e027a5 commit 7002b8cCopy full SHA for 7002b8c
package.json
@@ -12,7 +12,7 @@
12
"fix": "eslint --fix .",
13
"lint": "eslint .",
14
"publish": "git pull origin master --rebase && npm run build && npm test && lerna publish",
15
- "publish-master": "lerna publish -c --yes -m 'chore(canary): publish %s'",
+ "publish-master": "lerna publish -c minor --npm-client npm --yes -m 'chore(canary): publish %s'",
16
"test": "jest",
17
"test-ci": "npm run bootstrap && npm run build && npm run coverage",
18
"updated": "lerna updated",
0 commit comments