Skip to content

Commit 80da40f

Browse files
committed
fix(ci): update changeset command
1 parent a8ba703 commit 80da40f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: changesets
3636
uses: changesets/action@v1
3737
with:
38-
publish: pnpm run build && changeset publish
38+
publish: pnpm run release
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

happydom.ts

-3
This file was deleted.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"private": true,
77
"scripts": {
88
"build": "turbo run build",
9+
"release": "pnpm run build && changeset publish",
910
"dev": "turbo run dev",
1011
"test": "vitest",
1112
"clean": "rimraf -g packages/**/dist www/**/.vercel packages/**/.turbo www/**/.turbo www/**/.astro",

0 commit comments

Comments
 (0)