File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -144,15 +144,17 @@ yarn clean
144144yarn install
145145yarn build
146146yarn test
147- npx lerna publish --conventional-commits --dist-tag [` next` | ` [release-vXX(BRANCH)]` ] --otp < one-time password>
147+ npx lerna publish --conventional-commits --dist-tag [` next` | ` next ` | ` [release-vXX(BRANCH)]` ] --otp < one-time password>
148148```
149149
150150If for some reason this stops in between, you can manually publish missing packages like this:
151151
152152``` sh
153- npm publish < package-name> --tag [` next` | ` [release-vXX(BRANCH)]` ] --otp < one-time password>
153+ npm publish < package-name> --tag [` latest ` | ` next` | ` [release-vXX(BRANCH)]` ] --otp < one-time password>
154154```
155155
156+ Depending on the state of the packages you might need to run ` npm pack ` in each failed package and then publish it.
157+
156158#### Publishing (new) packages for the first time
157159
158160``` sh
You can’t perform that action at this time.
0 commit comments