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 e5f9618 commit 31b689eCopy full SHA for 31b689e
package.json
@@ -22,7 +22,7 @@
22
"add-contributor": "all-contributors add",
23
"changelog": "lerna-changelog",
24
"version": "lerna version",
25
- "publish": "lerna publish",
+ "publish": "lerna publish from-package",
26
"local:publish": "lerna exec -- npm publish --registry http://localhost:4873",
27
"local:unpublish": "lerna exec -- npm unpublish -f --registry http://localhost:4873"
28
},
0 commit comments