Skip to content

Commit 4884a18

Browse files
committed
fix: approve esbuild build scripts for pnpm CI
1 parent 5a22bc0 commit 4884a18

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"private": true,
44
"version": "0.1.0",
55
"type": "module",
6+
"pnpm": {
7+
"onlyBuiltDependencies": ["esbuild", "@tauri-apps/cli", "vite"]
8+
},
69
"scripts": {
710
"dev": "vite",
811
"build": "tsc && vite build",

0 commit comments

Comments
 (0)