From a3869ad8597769851ce5e9264f1f83e61617acd0 Mon Sep 17 00:00:00 2001 From: "jj@jjsweb.site" Date: Wed, 10 Nov 2021 19:57:24 -0600 Subject: [PATCH] Fix test-pnp stalling in CI --- scripts/test-pnp.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/test-pnp.sh b/scripts/test-pnp.sh index 93501eb63c0e1..1189b61916ad6 100755 --- a/scripts/test-pnp.sh +++ b/scripts/test-pnp.sh @@ -35,9 +35,6 @@ do touch yarn.lock yarn set version berry - # Temporary fix for https://github.com/yarnpkg/berry/issues/2514: - yarn set version from sources - yarn config set pnpFallbackMode none yarn config set enableGlobalCache true yarn link --all --private -r ../..