Skip to content

Commit

Permalink
fix(ci): update changeset command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed Sep 22, 2024
1 parent a8ba703 commit 80da40f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm run build && changeset publish
publish: pnpm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 0 additions & 3 deletions happydom.ts

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"private": true,
"scripts": {
"build": "turbo run build",
"release": "pnpm run build && changeset publish",
"dev": "turbo run dev",
"test": "vitest",
"clean": "rimraf -g packages/**/dist www/**/.vercel packages/**/.turbo www/**/.turbo www/**/.astro",
Expand Down

0 comments on commit 80da40f

Please sign in to comment.