Skip to content

Commit

Permalink
fix: use npm to build
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc committed Jun 18, 2024
1 parent 14ee8b1 commit 6ef1915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"beforeDevCommand": "bun run dev",
"beforeBuildCommand": "bun run build",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist",
"devUrl": "http://localhost:1420"
},
Expand Down

0 comments on commit 6ef1915

Please sign in to comment.