Skip to content

Commit

Permalink
Fix: Fix the CI/CD for the 21th time
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantasy-programming committed Feb 22, 2024
1 parent 22898ed commit 6c6f895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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",
"beforeDevCommand": "yarn run dev",
"beforeBuildCommand": "yarn run build",
"devPath": "http://localhost:1420",
"distDir": "../dist"
},
Expand Down

0 comments on commit 6c6f895

Please sign in to comment.