Skip to content

Commit

Permalink
v2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
doughtnerd committed Jun 27, 2022
1 parent a805348 commit 5e525ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"ts-build": "tsc --project tsconfig.json",
"ci:build": "tsc --project tsconfig.json",
"autobuild": "rollup -c -w",
"build": "yarn ts-build && electron-builder build",
"build": "yarn ts-build",
"build:full": "yarn ts-build && electron-builder build",
"electron-dev": "yarn ts-build && run-p autobuild pure-electron-dev",
"windows:electron-dev": "yarn ts-build && run-p autobuild windows:pure-electron-dev",
"pure-electron-dev": "NODE_ENV=development electron --inspect=3000 .",
Expand Down

0 comments on commit 5e525ef

Please sign in to comment.