Skip to content

Commit

Permalink
fix: Revert unintended package.json script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PRTTMPRPHT committed Dec 5, 2024
1 parent 8681c3e commit 9bc55c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"tauri": "tauri",
"desktop:dev": "tauri dev --config src-tauri/tauri-dev.conf.json",
"desktop:dev:debug": "export DEBUG=true; yarn desktop:dev",
"desktop:build:dev": "tauri build --config src-tauri/tauri-dev.conf.json",
"desktop:build:dev": "DEBUG=true tauri build --config src-tauri/tauri-dev.conf.json",
"desktop:build:debug": "tauri build --debug",
"desktop:build": "tauri build -v --target x86_64-pc-windows-msvc",
"desktop:build": "tauri build",
"format:check": "prettier --check .",
"format:fix": "prettier --write .",
"types:check": "tsc -p ./tsconfig.json --noEmit"
Expand Down

0 comments on commit 9bc55c8

Please sign in to comment.