Skip to content

Commit

Permalink
fix: script name
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano authored Sep 9, 2024
1 parent a793129 commit 4ee8c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ We bump and publish manually using lerna's [version and publish](https://lerna.j
2. Run `pnpm run version-*` where `*` can be patch, minor or major.
3. Create PR for the release branch
4. From the branch, run `pnpm run publish` and follow the prompts.
5. Run `pnpm run update-stables` to make sure that all the other private packages reference to the new stable release.
5. Run `pnpm run website:update-monorepo-deps` to make sure that all the other private packages reference to the new stable release.
6. Merge release PR

#### Alpha Release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version-major": "lerna version major --no-private",
"publish": "lerna publish from-package --no-private",
"publish-alpha": "lerna publish from-package --no-private --preid alpha --dist-tag alpha",
"update-stables": "pnpm -r --filter @usecannon/website i @usecannon/builder@latest @usecannon/cli@latest",
"website:update-monorepo-deps": "pnpm --filter @usecannon/website i @usecannon/builder@latest @usecannon/cli@latest",
"test": "pnpm -r --if-present --filter './packages/**' run test",
"docgen-md": "pnpm -r --if-present run docgen",
"changeset": "changeset"
Expand Down

0 comments on commit 4ee8c11

Please sign in to comment.