Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
add build all
Browse files Browse the repository at this point in the history
  • Loading branch information
breuerfelix committed Feb 7, 2019
1 parent 056bdce commit 7ac91a5
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 @@ -13,8 +13,9 @@
"watch": "nodemon -e ts -w ./src -x npm run dev",
"lint": "eslint --config .eslintrc.json --ext js --ext ts --ext jsx .",
"lint:fix": "eslint --config .eslintrc.json --fix --ext js --ext ts --ext jsx .",
"build:electron": "tsc && webpack --config webpack.electron.config.js",
"build:electron": "npm run build && webpack --config webpack.electron.config.js",
"build:package": "bash build-electron.sh",
"build:all": "npm run build:electron && npm run build:package",
"start:electron": "electron ."
},
"repository": {
Expand Down

0 comments on commit 7ac91a5

Please sign in to comment.