Skip to content

Commit

Permalink
pnpm i ignore scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Oct 14, 2024
1 parent aeb2a22 commit 24ead05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: '22' # Specify the Node.js version you want to use

- name: Install dependencies
run: pnpm install
run: pnpm install --ignore-scripts

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand All @@ -45,7 +45,7 @@ jobs:
version: 8

- name: Install dependencies
run: pnpm install
run: pnpm install --ignore-scripts

- name: Create a fake .secret file
run: echo "primary twist rack vendor diagram image used route theme frown either will" > .secret
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y lcov

- name: Install JavaScript Dependencies
run: pnpm install
run: pnpm install --ignore-scripts

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down

0 comments on commit 24ead05

Please sign in to comment.