Skip to content

Commit 31b689e

Browse files
committed
chore: update publish command
1 parent e5f9618 commit 31b689e

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
@@ -22,7 +22,7 @@
2222
"add-contributor": "all-contributors add",
2323
"changelog": "lerna-changelog",
2424
"version": "lerna version",
25-
"publish": "lerna publish",
25+
"publish": "lerna publish from-package",
2626
"local:publish": "lerna exec -- npm publish --registry http://localhost:4873",
2727
"local:unpublish": "lerna exec -- npm unpublish -f --registry http://localhost:4873"
2828
},

0 commit comments

Comments
 (0)