fix: migrate pnpm config from package.json to .npmrc
Deploy to Vercel / deploy (push) Failing after 11s
Deploy to Vercel / deploy (push) Failing after 11s
The "pnpm" field in package.json is no longer read by pnpm v10+, causing ERR_PNPM_IGNORED_BUILDS in CI. Moved onlyBuiltDependencies to .npmrc.
This commit is contained in:
@@ -41,12 +41,4 @@
|
|||||||
"typescript": "~5.9.3",
|
"typescript": "~5.9.3",
|
||||||
"vite": "^7.3.1"
|
"vite": "^7.3.1"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
|
||||||
"ignoredBuiltDependencies": [
|
|
||||||
"esbuild"
|
|
||||||
],
|
|
||||||
"onlyBuiltDependencies": [
|
|
||||||
"@tailwindcss/oxide"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user