Skip to content

Commit

Permalink
chore: fix broken desktop build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jan 31, 2024
1 parent 4a5b7fb commit 6741411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@zebar/desktop",
"version": "0.0.0",
"scripts": {
"build": "npm run tauri build",
"dev": "npm run -s monitors -- --print0 | xargs -0 -P 99 -I % sh -c 'npm run tauri dev -- -- -- open window/bar --args %'",
"build": "tauri build",
"dev": "npm run -s monitors -- --print0 | xargs -0 -P 99 -I % sh -c 'tauri dev -- -- -- open window/bar --args %'",
"format": "cargo fmt",
"lint": "cargo fmt --check",
"monitors": "cargo run --no-default-features --quiet -- monitors"
Expand Down

0 comments on commit 6741411

Please sign in to comment.