Skip to content

Commit

Permalink
build: don't build debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerNico committed Oct 29, 2023
1 parent e4324b1 commit fb0b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tauri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "tauri dev",
"build": "tauri build --debug",
"build": "tauri build",
"lint": "eslint --ext .js,.ts,.vue .",
"dev:vite": "vite",
"build:vite": "vue-tsc --noEmit && vite build",
Expand Down

0 comments on commit fb0b9e2

Please sign in to comment.