File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ for f in ~/Downloads/packages-*.zip; do mkdir "$HOME/Downloads/$(basename -s .zi
192
192
# we should now have all 5 build targets
193
193
ls packages/core-bridge/releases/
194
194
195
- npx lerna version patch # or major|minor|etc, or leave out to be prompted. either way, you get a confirmation dialog.
195
+ npx lerna version patch --force-publish= ' * ' # or major|minor|etc, or leave out to be prompted. either way, you get a confirmation dialog.
196
196
npx lerna publish from-git # add `--dist-tag next` for pre-release versions
197
197
198
198
npm deprecate temporalio@^1.0.0 " Instead of installing temporalio, we recommend directly installing our packages: npm remove temporalio; npm install @temporalio/client @temporalio/worker @temporalio/workflow @temporalio/activity"
You can’t perform that action at this time.
0 commit comments