Skip to content

Commit

Permalink
Fixed pnpm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Oct 29, 2023
1 parent 9f4be1e commit b53a11e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 18
cache: "pnpm"
- run: pnpm install --frozen-lockfile

Expand All @@ -37,7 +37,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm run release
publish: pnpm ci:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"coverage": "turbo run coverage",
"lint": "turbo run lint",
"prepare-version": "pnpm changeset",
"ci:version": "pnpm changeset version",
"ci:version": "changeset version",
"ci:publish": "changeset tag && pnpm -r publish",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
Expand Down

0 comments on commit b53a11e

Please sign in to comment.