Skip to content

Commit

Permalink
ci: 💚 Use pnpm instead of bun
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Nov 5, 2023
1 parent ec089cf commit 6aab716
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": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"devPath": "http://127.0.0.1:1420",
"distDir": "../dist",
"withGlobalTauri": false
Expand Down

0 comments on commit 6aab716

Please sign in to comment.