Skip to content

Commit

Permalink
Don't --ignore-scripts on npm install in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Sep 5, 2024
1 parent bef3848 commit 26fc3cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'

# Cargo already skips downloading dependencies if they already exist
- name: Cache cargo
Expand All @@ -190,7 +189,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.target }}-oxide-${{ hashFiles('./crates/**/*') }}

- name: Install dependencies
run: pnpm --filter=!./playgrounds/* install --ignore-scripts
run: pnpm --filter=!./playgrounds/* install

- name: Download artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 26fc3cf

Please sign in to comment.