Skip to content

Commit

Permalink
ci: add --shamefully-hoist to pnpm install for changeset release job (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi authored Feb 7, 2025
1 parent 9efcd9c commit 6069251
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ jobs:
cache: pnpm

- name: install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --frozen-lockfile --shamefully-hoist

- name: build packages
run: |
pnpm build
run: pnpm build

- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
Expand Down

0 comments on commit 6069251

Please sign in to comment.