Skip to content

Commit

Permalink
Обновил скрипты
Browse files Browse the repository at this point in the history
  • Loading branch information
PromiSe#### committed Oct 18, 2020
1 parent db4f701 commit 36cb723
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 @@ -7,7 +7,9 @@
"author": "",
"scripts": {
"start": "electron . --dev",
"build": "electron-builder install-app-deps & electron-builder -w"
"build-windows": "electron-builder install-app-deps & electron-builder -w",
"build-linux": "electron-builder install-app-deps & electron-builder -l",
"build-mac": "electron-builder install-app-deps & electron-builder -m"
},
"license": "ISC",
"devDependencies": {
Expand Down

0 comments on commit 36cb723

Please sign in to comment.