Skip to content

Commit 3790f99

Browse files
authored
fix: add missing onlyBuiltDependencies on pnpm-workspace file (#569)
1 parent 60138c3 commit 3790f99

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,20 @@
156156
"prisma": {
157157
"seed": "npx tsx prisma/seed/index.ts"
158158
},
159+
"pnpm": {
160+
"onlyBuiltDependencies": [
161+
"@fortawesome/fontawesome-common-types",
162+
"@fortawesome/fontawesome-svg-core",
163+
"@prisma/client",
164+
"@prisma/engines",
165+
"bcrypt",
166+
"core-js",
167+
"core-js-pure",
168+
"esbuild",
169+
"prisma",
170+
"sharp"
171+
]
172+
},
159173
"repository": {
160174
"type": "git",
161175
"url": "git+https://github.com/bearstudio/start-ui-web.git"

0 commit comments

Comments
 (0)