Skip to content

Commit

Permalink
chore: disable post install scripts in yarn-cache validate
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 25, 2020
1 parent 1117482 commit 77a862b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -22,6 +22,8 @@ jobs:
${{ runner.os }}-yarn-
- name: Update Yarn cache
if: steps.yarn-cache.outputs.cache-hit != 'true'
env:
YARN_ENABLE_SCRIPTS: false # disable post-install scripts
run: |
yarn install --immutable
Expand Down

0 comments on commit 77a862b

Please sign in to comment.