Skip to content

Commit bd66fd8

Browse files
committed
chore: update dependency tree
1 parent 5db8dcd commit bd66fd8

File tree

3 files changed

+105
-81
lines changed

3 files changed

+105
-81
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Create Release Pull Request
3636
uses: changesets/action@v1
3737
with:
38-
version: pnpm run version
38+
version: pnpm run changeset:version
3939
publish: npx changeset publish
4040
commit: 'ci(release): version packages'
4141
title: 'ci(release): version packages'

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
"lint:fix:format": "prettier \"**/*.{json,yaml,md}\" --write",
3737
"lint": "pnpm run \"/^lint:check:.*/\"",
3838
"lint:fix": "pnpm run \"/^lint:fix:.*/\"",
39+
"update:deps": "pnpm update --no-save",
3940
"changeset": "changeset",
40-
"version": "changeset version && pnpm install --no-frozen-lockfile",
41+
"changeset:version": "changeset version && pnpm install --no-frozen-lockfile",
4142
"ci:review": "pnpm run lint",
4243
"precommit": "lint-staged",
4344
"prepare": "husky"

0 commit comments

Comments
 (0)