Skip to content

Commit

Permalink
fix: Add universal target
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Mar 18, 2024
1 parent b2646a8 commit 97716a8
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 @@
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"db:push": "dotenv -e .env -- pnpm --dir packages/database db:push",
"tauri:build": "dotenv -e .env -- pnpm --dir apps/desktop tauri build"
"tauri:build": "dotenv -e .env -- pnpm --dir apps/desktop tauri build --target universal-apple-darwin"
},
"devDependencies": {
"@turbo/gen": "^1.9.7",
Expand Down

1 comment on commit 97716a8

@vercel
Copy link

@vercel vercel bot commented on 97716a8 Mar 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.