fix: migrate pnpm config from package.json to .npmrc
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:
2026-06-08 16:41:47 +08:00
parent 5db1b5a836
commit 66f97ee491
2 changed files with 1 additions and 8 deletions
-8
View File
@@ -41,12 +41,4 @@
"typescript": "~5.9.3",
"vite": "^7.3.1"
},
"pnpm": {
"ignoredBuiltDependencies": [
"esbuild"
],
"onlyBuiltDependencies": [
"@tailwindcss/oxide"
]
}
}