Skip to content

Commit

Permalink
added the missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
TwanLuttik committed Aug 11, 2024
1 parent 36473cb commit d3e3c48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"scripts": {
"clean-target": "rm -rf ./src-tauri/target",
"build:app:silicon": "pnpm clean-target && tauri build --target aarch64-apple-darwin",
"build:app:intell": "pnpm clean-target && tauri build --target x86_64-apple-darwin",
"build:app:universal": "pnpm clean-target && tauri build --target universal-apple-darwin",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
Expand Down

0 comments on commit d3e3c48

Please sign in to comment.