File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -144,15 +144,17 @@ yarn clean
144
144
yarn install
145
145
yarn build
146
146
yarn 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>
148
148
```
149
149
150
150
If for some reason this stops in between, you can manually publish missing packages like this:
151
151
152
152
``` 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>
154
154
```
155
155
156
+ Depending on the state of the packages you might need to run ` npm pack ` in each failed package and then publish it.
157
+
156
158
#### Publishing (new) packages for the first time
157
159
158
160
``` sh
You can’t perform that action at this time.
0 commit comments