Skip to content

Commit

Permalink
Only build fo mac
Browse files Browse the repository at this point in the history
  • Loading branch information
acrantel authored Dec 28, 2023
1 parent fbb22ed commit 6b14fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"tauri": "tauri",
"clean": "rimraf dist",
"electron-watch": "concurrently --kill-others \"npm run watch\" \"wait-on http://localhost:3000 && electron .\"",
"electron-pack": "USE_HARD_LINKS=false electron-builder build -mwl --publish never",
"electron-pack": "USE_HARD_LINKS=false electron-builder build -m --publish never",
"electron-build": "npm run build && npm run electron-pack"
},
"build": {
Expand Down

0 comments on commit 6b14fa7

Please sign in to comment.