From 24ead05d760b3b7cc811cbed34391c66b7af8e09 Mon Sep 17 00:00:00 2001 From: livingrockrises <90545960+livingrockrises@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:48:16 +0400 Subject: [PATCH] pnpm i ignore scripts --- .github/workflows/ci.yml | 4 ++-- .github/workflows/coverage.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c106704..2d9b5fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 41c51b4..37d90b9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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