Skip to content

Commit

Permalink
Update publish instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Dec 29, 2023
1 parent c161b25 commit b4e0972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
npx lerna run build
# Tag next=upcoming version, latest=current latest version
npx lerna publish --dist-tag next
npx lerna publish --dist-tag next
# If publishing `latest` from `main` branch, need to merge changes back into `develop` branch

0 comments on commit b4e0972

Please sign in to comment.