We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2a37e commit 02be2b9Copy full SHA for 02be2b9
.github/workflows/ci.yml
@@ -58,6 +58,7 @@ jobs:
58
git clone https://github.com/preactjs-templates/default.git default
59
cd default/template
60
touch yarn.lock
61
+ echo $(cat package.json | jq '.name = "pnp-test"') > package.json
62
yarn set version 2
63
yarn config set pnpFallbackMode none
64
yarn config set compressionLevel 0
0 commit comments