We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f5c5c commit d1db61bCopy full SHA for d1db61b
README.md
@@ -211,7 +211,7 @@ yarn clean
211
yarn install
212
yarn run build
213
yarn test
214
-yarn run publish
+yarn run publish --otp <one-time password>
215
```
216
217
#### Publish a `next` release
@@ -221,7 +221,7 @@ yarn clean
221
222
223
224
-npx lerna publish --conventional-commits --dist-tag next
+npx lerna publish --conventional-commits --dist-tag next --otp <one-time password>
225
226
227
##### Move `next` to `latest`
0 commit comments