Skip to content

Commit

Permalink
chore: 🤖 create and use version script
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Jun 24, 2024
1 parent fb765da commit e90239e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changeset-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Set version
run: |
pnpm exec changeset version
pnpm changeset:version
git status --short
- name: Update lock file
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build:ci": "pnpm run build",
"bundle": "ts-node -r dotenv/config bundle.ts",
"changeset:add": "npx changeset",
"changeset:version": "pnpm exec changeset version",
"clean": "pnpm \"/^clean:.*/\"",
"clean:dist": "rm -rf dist",
"clean:generated": "rm -rf generated",
Expand Down

0 comments on commit e90239e

Please sign in to comment.