Skip to content

Commit a2ae0f1

Browse files
committed
chore: remove publish script
1 parent b1829bf commit a2ae0f1

File tree

2 files changed

+5
-90
lines changed

2 files changed

+5
-90
lines changed

RELEASING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

101104
Check your e-mail and make sure the number of “you’ve published this module” emails matches the number you expect.
102105

scripts/publish-to-npm.mjs

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)