Skip to content

Commit

Permalink
chore: add build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshaolin committed Aug 10, 2021
1 parent b523923 commit f86e991
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "main.js",
"scripts": {
"server": "node server.js",
"start": "webpack && electron . --trace-warnings"
"start": "webpack && electron . --trace-warnings",
"build win32": "npx electron-packager . --platform=win32",
"build host": "npx electron-packager ."
},
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit f86e991

Please sign in to comment.