File tree Expand file tree Collapse file tree 2 files changed +5
-90
lines changed
Expand file tree Collapse file tree 2 files changed +5
-90
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,11 @@ Go into the root folder and run `npm ci && npm run compile` to build all package
9595
9696## Publish all packages
9797
98- Use the dedicated script for publishing by running the command ` node ./scripts/publish-to-npm.mjs ` in the root folder. The script will
99- walk over all non private packages and publish the ones that has not been published yet.
98+ Use lerna's ` publish ` command to walk over all non private packages and publish the ones that has not been published yet.
99+
100+ ``` sh
101+ npx lerna publish from-package --no-push --no-private --no-git-tag-version --no-verify-access --yes
102+ ```
100103
101104Check your e-mail and make sure the number of “you’ve published this module” emails matches the number you expect.
102105
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments