Skip to content

Commit d22435b

Browse files
committed
fix: disable immutable installs to allow lockfile creation in CI
1 parent f5b55bb commit d22435b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
nodeLinker: node-modules
2+
3+
# Allow yarn to create lockfile in CI
4+
enableImmutableInstalls: false

0 commit comments

Comments
 (0)