Skip to content

Commit

Permalink
Don't build async.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Dec 21, 2024
1 parent 73ef292 commit fadad40
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 @@ -37,7 +37,7 @@
"notarize": "node debug/notarize.js",
"package": "yarn run vite:compile && todesktop build --code-sign=false --async",
"postinstall": "node .husky/install.mjs",
"publish": "yarn run vite:compile && todesktop build --async",
"publish": "yarn run vite:compile && todesktop build",
"publish:staging": "yarn run vite:compile && todesktop build --config=./todesktop.staging.json --async",
"reset-install": "node scripts/resetInstall.js",
"sign": "node debug/sign.js",
Expand Down

0 comments on commit fadad40

Please sign in to comment.