Skip to content

Commit

Permalink
Merge pull request #538 from jviide/changeset-fix
Browse files Browse the repository at this point in the history
build: update pnpm lockfile on changeset version bumps
  • Loading branch information
marvinhagemeister authored Mar 19, 2024
2 parents d665066 + 29bd008 commit 10753fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Create Release Pull Request
uses: changesets/action@v1
with:
version: pnpm run version
publish: pnpm changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"ci:build": "pnpm build && pnpm docs:build",
"ci:test": "pnpm lint && pnpm test",
"prepare": "husky install",
"format": "prettier --ignore-path .gitignore --write '**/*.{js,jsx,ts,tsx,yml,json,md}'"
"format": "prettier --ignore-path .gitignore --write '**/*.{js,jsx,ts,tsx,yml,json,md}'",
"version": "pnpm changeset version && pnpm i --lockfile-only"
},
"authors": [
"The Preact Authors (https://github.com/preactjs/signals/contributors)"
Expand Down

0 comments on commit 10753fc

Please sign in to comment.