Skip to content

Commit

Permalink
chore: use pnp linker in validate-yarn-cache step
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 19, 2020
1 parent 10efa49 commit 34bb1a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
if: steps.yarn-cache.outputs.cache-hit != 'true'
env:
YARN_ENABLE_SCRIPTS: false # disable post-install scripts
YARN_NODE_LINKER: pnp # use pnp linker for better performance: it meant to update yarn cache only
run: |
yarn install --immutable
Expand Down

0 comments on commit 34bb1a4

Please sign in to comment.