Skip to content

Commit

Permalink
updated command name
Browse files Browse the repository at this point in the history
  • Loading branch information
TwanLuttik committed Aug 12, 2024
1 parent 06626dc commit 9e809cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"clean-target": "rm -rf ./src-tauri/target",
"build:app:win64": "tauri build --target x86_64-pc-windows-msvc",
"build:app:windows": "tauri build --target x86_64-pc-windows-msvc",
"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",
Expand Down

0 comments on commit 9e809cf

Please sign in to comment.