Skip to content

Commit

Permalink
pnpm install --shamefully-hoist
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed May 8, 2024
1 parent 14d9c14 commit add1820
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
version: 8
- name: Install
run: pnpm install
run: pnpm install --shamefully-hoist

- name: Type-check
run: pnpm run type-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: 'lts/*'
- name: Install dependencies
run: pnpm install
run: pnpm install --shamefully-hoist
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: pnpm audit signatures
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
version: 8
- name: Install dependencies
run: pnpm ci
run: pnpm install --shamefully-hoist
- name: Install Playwright
run: npx playwright install --with-deps
- name: Build Storybook
Expand Down

0 comments on commit add1820

Please sign in to comment.