chore: set save-prefix='' for repo [skip ci]

This commit is contained in:
Elliot DeNolf
2025-01-19 11:47:53 -05:00
parent 9c29541108
commit ef4b8d9b00

1
.npmrc
View File

@@ -1,3 +1,4 @@
symlink=true symlink=true
node-linker=isolated node-linker=isolated
hoist-workspace-packages=false # the default in pnpm v9 is true, but that can break our runtime dependency checks hoist-workspace-packages=false # the default in pnpm v9 is true, but that can break our runtime dependency checks
save-prefix=''