Skip to content

Commit

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

0 comments on commit c480144

Please sign in to comment.