fix(docker): resolve pnpm v10 ERR_PNPM_IGNORED_BUILDS in Dockerfile

This commit is contained in:
AyrisAI
2026-08-20 18:22:36 +03:00
parent d396cbb221
commit bf44bf3e9d
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -13,5 +13,12 @@
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"typecheck": "pnpm -r typecheck"
},
"pnpm": {
"onlyBuiltDependencies": [
"@swc/core",
"esbuild",
"sharp"
]
}
}