Skip to content

Commit

Permalink
ci: Trying again to fix PnP
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed May 29, 2021
1 parent 4c5303c commit c0b2a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cd default/template
touch yarn.lock
echo $(cat package.json | jq '.name = "pnp-test"') > package.json
yarn set version from sources
yarn set version 2 && yarn set version from sources
yarn config set pnpFallbackMode none
yarn config set compressionLevel 0
yarn link -A -p ../..
Expand Down

0 comments on commit c0b2a60

Please sign in to comment.