Skip to content

Commit 3984919

Browse files
fix script
1 parent 5f0dbcb commit 3984919

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
id: changesets
2828
uses: changesets/action@v1
2929
with:
30-
publish: yarn release
30+
publish: yarn changeset:publish
31+
version: yarn changeset:version
3132
env:
3233
GITHUB_TOKEN: ${{ github.token }}
3334

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"scripts": {
1616
"build": "ultra -r build",
1717
"format": "biome check --fix --unsafe",
18-
"release": "changeset publish"
18+
"changeset:publish": "changeset publish",
19+
"changeset:version": "changeset version && yarn install --mode update-lockfile"
1920
},
2021
"devDependencies": {
2122
"@biomejs/biome": "^2.3.11",

0 commit comments

Comments
 (0)