-
We run The tests are running on TeamCity CI. As I can see, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
There are a multiple options here so I'll list them
yarn install --no-immutable
YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn
yarn config set enableImmutableInstalls false
It's based on |
Beta Was this translation helpful? Give feedback.
-
Wow, that was fast! Thank you @merceyz! |
Beta Was this translation helpful? Give feedback.
-
yarn install --no-immutable I'm just curious, there's no |
Beta Was this translation helpful? Give feedback.
There are a multiple options here so I'll list them
--no-immutable
flag to turn it off for the install command.yarnrc.yml
configIt's based on
ci-info
detecting a CI hereberry/packages/plugin-essentials/sources/index.ts
Line 91 in dd043a8