Skip to content

Commit 7002b8c

Browse files
pksunkaraboopathi
authored andcommitted
Fix canary publishing (#901)
1 parent 3e027a5 commit 7002b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fix": "eslint --fix .",
1313
"lint": "eslint .",
1414
"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'",
15+
"publish-master": "lerna publish -c minor --npm-client npm --yes -m 'chore(canary): publish %s'",
1616
"test": "jest",
1717
"test-ci": "npm run bootstrap && npm run build && npm run coverage",
1818
"updated": "lerna updated",

0 commit comments

Comments
 (0)