Added post install command
DreamingCodes committed
Jul 27, 2024 at 19:08 UTC
e7be4c43a1703cb42e81ae94641b7e4f93b9d3dd
1 file changed
+4
-3
package.json
+4
-3
@@ -18,9 +18,10 @@
18
],
19
"scripts": {
20
"build": "rollup -c",
21
- "prepublishOnly": "yarn build",
22
- "pretest": "yarn build",
23
- "tauri": "tauri"
21
+ "prepublishOnly": "bun run build",
22
+ "pretest": "bun run build",
23
+ "tauri": "tauri",
24
+ "postinstall": "bun run build"
25
},
26
"dependencies": {
27
"@tauri-apps/api": "^2.0.0-beta.15"