Skip to content

Commit

Permalink
fix before build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Jul 9, 2024
1 parent bbc53b6 commit 4ca8b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/app/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"beforeDevCommand": "turbo run dev --filter=@modrinth/app-frontend",
"beforeBuildCommand": "turbo run build --filter=@modrinth/app-frontend",
"beforeDevCommand": "pnpm turbo run dev --filter=@modrinth/app-frontend",
"beforeBuildCommand": "pnpm turbo run build --filter=@modrinth/app-frontend",
"devPath": "http://localhost:1420",
"distDir": "../app-frontend/dist",
"withGlobalTauri": false
Expand Down

0 comments on commit 4ca8b6c

Please sign in to comment.