Skip to content

Commit

Permalink
no bundle by default
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Oct 11, 2024
1 parent 050acb5 commit cd95c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start-vite": "vite",
"build-vite": "tsc --noEmit && vite build",
"build": "tauri build",
"build": "tauri build --no-bundle",
"dev": "tauri dev",
"tauri": "tauri",
"format": "biome format --write ./src",
Expand Down

0 comments on commit cd95c81

Please sign in to comment.