mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-29 07:34:15 +00:00
Use npmrc for standalone pnpm installs
Co-authored-by: Steven <styfle@users.noreply.github.com>
This commit is contained in:
1
seo/demo/.npmrc
Normal file
1
seo/demo/.npmrc
Normal file
@@ -0,0 +1 @@
|
||||
ignore-workspace=true
|
||||
5
seo/demo/pnpm-workspace.yaml
Normal file
5
seo/demo/pnpm-workspace.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
packages:
|
||||
- .
|
||||
minimumReleaseAge: 2880
|
||||
onlyBuiltDependencies:
|
||||
- sharp
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"installCommand": "pnpm install --ignore-workspace --frozen-lockfile"
|
||||
}
|
||||
5
seo/pnpm-workspace.yaml
Normal file
5
seo/pnpm-workspace.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
packages:
|
||||
- .
|
||||
minimumReleaseAge: 2880
|
||||
onlyBuiltDependencies:
|
||||
- sharp
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"installCommand": "pnpm install --ignore-workspace --frozen-lockfile"
|
||||
}
|
||||
Reference in New Issue
Block a user