Skip to content

Commit

Permalink
build: fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
SegaraRai committed Aug 13, 2024
1 parent ee3358d commit 4709bea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: pnpm changesets-version
publish: pnpm changesets-publish
version: pnpm changeset-version
publish: pnpm changeset-publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"build": "vite build && tsc -b",
"lint": "eslint . && prettier -c .",
"test": "vitest",
"changesets-version": "changesets version && pnpm i --lockfile-only",
"changesets-publish": "pnpm publish -r && git push --follow-tags"
"changeset-version": "pnpm changeset version",
"changeset-publish": "pnpm publish -r && git push --follow-tags"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
Expand Down

0 comments on commit 4709bea

Please sign in to comment.