Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.

Commit 49b97a8

Browse files
author
Michael Dougall
committed
chore: use npm publish over yarn publish
1 parent 27c2804 commit 49b97a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cut-version": "yarn pre-cut-version && lerna publish --conventional-commits --skip-npm && yarn post-cut-version",
1515
"cut-version-beta": "yarn pre-cut-version && lerna publish --skip-npm --npm-tag beta && yarn post-cut-version",
1616
"post-cut-version": "git push && git push --tags",
17-
"push-to-npm": "lerna exec --no-bail -- yarn publish",
17+
"push-to-npm": "lerna exec --no-bail -- npm publish",
1818
"codecov": "echo \"not implemented\"",
1919
"storybook": "start-storybook -p 6006",
2020
"build-storybook": "build-storybook --output-dir docs",

0 commit comments

Comments
 (0)