Skip to content

Commit

Permalink
No tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-Ray committed Sep 27, 2021
1 parent 73b8bf4 commit 8c8c487
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 @@ -38,7 +38,7 @@
"scripts": {
"dev": "tsc -p app && concurrently \"cross-env BROWSER=none NODE_ENV=development yarn react:start\" \"wait-on http://localhost:3000/ && electron ./build/app/entry.js\"",
"react:start": "rescripts start",
"build": "yarn && tsc -p app && rescripts build && yarn preelectron-pack && yarn electron-pack",
"build": "yarn && tsc -p app && rescripts build && yarn electron-pack",
"postinstall": "electron-builder install-app-deps",
"preelectron-pack": "yarn build",
"electron-pack": "build -mw",
Expand Down

0 comments on commit 8c8c487

Please sign in to comment.