Skip to content

Commit 849a038

Browse files
authored
refactor: pnpm built deps (#439)
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent af37511 commit 849a038

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@
6868
"husky": "9.1.7"
6969
},
7070
"packageManager": "pnpm@10.12.1",
71+
"pnpm": {
72+
"onlyBuiltDependencies": [
73+
"@biomejs/biome",
74+
"@tailwindcss/oxide",
75+
"esbuild",
76+
"sharp"
77+
]
78+
},
7179
"lint-staged": {
7280
"*.{js,ts,cjs,mjs,astro}": "biome format --fix"
7381
}

0 commit comments

Comments
 (0)