mirror of
https://github.com/vercel/commerce.git
synced 2025-06-28 01:11:24 +00:00
Updates to pnpm
This commit is contained in:
parent
5f71625474
commit
8f89192ff9
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,9 +1,8 @@
|
|||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
node_modules
|
node_modules
|
||||||
.pnp
|
.pnp
|
||||||
.pnp.js
|
.pnp.js
|
||||||
|
.pnpm-debug.log
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
coverage
|
coverage
|
||||||
|
@ -23,5 +23,5 @@
|
|||||||
"pre-commit": "turbo run lint"
|
"pre-commit": "turbo run lint"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@1.22.17"
|
"packageManager": "pnpm@7.5.0"
|
||||||
}
|
}
|
||||||
|
9130
pnpm-lock.yaml
generated
Normal file
9130
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
3
pnpm-workspace.yaml
Normal file
3
pnpm-workspace.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
packages:
|
||||||
|
- 'site/**'
|
||||||
|
- 'packages/*'
|
1
site/.npmrc
Normal file
1
site/.npmrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
auto-install-peers=true
|
Loading…
x
Reference in New Issue
Block a user