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

Commit 627d89d

Browse files
committed
chore: ignore private modules when pushing to npm
1 parent d36a594 commit 627d89d

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 -- npm publish",
17+
"push-to-npm": "lerna exec --ignore yubaba-common --ignore yubaba-examples -- 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)