Skip to content

Commit a6f7c88

Browse files
committed
Don't use a shared lockfile
1 parent e131480 commit a6f7c88

File tree

5 files changed

+33851
-16311
lines changed

5 files changed

+33851
-16311
lines changed

.npmrc

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ auto-install-peers=false
66

77
# we never want to use packages from the registry over what's in the workspace
88
prefer-workspaces-packages=true
9+
10+
# default is true, we do this to try to have more isolation
11+
# since we test with incompatible sets of TS types.
12+
shared-workspace-lockfile=false

0 commit comments

Comments
 (0)