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