Updates to pnpm

This commit is contained in:
Bel Curcio 2022-07-05 07:55:36 +02:00
parent 5f71625474
commit 8f89192ff9
6 changed files with 9136 additions and 7 deletions

3
.gitignore vendored
View File

@ -1,9 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
.pnp
.pnp.js
.pnpm-debug.log
# testing
coverage

View File

@ -23,5 +23,5 @@
"pre-commit": "turbo run lint"
}
},
"packageManager": "yarn@1.22.17"
"packageManager": "pnpm@7.5.0"
}

9130
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

3
pnpm-workspace.yaml Normal file
View File

@ -0,0 +1,3 @@
packages:
- 'site/**'
- 'packages/*'

1
site/.npmrc Normal file
View File

@ -0,0 +1 @@
auto-install-peers=true

View File

@ -1,4 +0,0 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1