Added bun install to postinstall

DreamingCodes committed Jul 27, 2024 at 19:10 UTC f7b44d7428c4957e029c52a1b1a5a3836cbd9c86
1 file changed +1 -1
package.json
+1 -1
@@ -21,7 +21,7 @@
21 "prepublishOnly": "bun run build",
22 "pretest": "bun run build",
23 "tauri": "tauri",
24 - "postinstall": "bun run build"
24 + "postinstall": "bun install && bun run build"
25 },
26 "dependencies": {
27 "@tauri-apps/api": "^2.0.0-beta.15"