Skip to content

Commit

Permalink
Rename prerelease command
Browse files Browse the repository at this point in the history
  • Loading branch information
pomber committed Aug 30, 2024
1 parent 0c78b89 commit ad748cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build
run: pnpm build

- run: pnpm prerelease
- run: pnpm canary
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"changeset": "changeset",
"version-packages": "changeset version",
"release": "changeset publish",
"prerelease": "pkg-pr-new publish --no-template --compact './packages/codehike'"
"canary": "pkg-pr-new publish --no-template --compact './packages/codehike'"
},
"devDependencies": {
"@changesets/cli": "2.27.1",
Expand Down

0 comments on commit ad748cb

Please sign in to comment.