Skip to content

Commit 2b6f2b2

Browse files
committed
chore: pnpm approve esbuild postinstall scripts
1 parent a0b51a1 commit 2b6f2b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,10 @@
3939
"unplugin-isolated-decl": "^0.8.3",
4040
"vitest": "^3.0.5"
4141
},
42-
"packageManager": "[email protected]"
42+
"packageManager": "[email protected]",
43+
"pnpm": {
44+
"onlyBuiltDependencies": [
45+
"esbuild"
46+
]
47+
}
4348
}

0 commit comments

Comments
 (0)