Skip to content

Commit

Permalink
Unify dist:electron
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Nov 2, 2019
1 parent 20a1ab2 commit d39fff5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
21 changes: 0 additions & 21 deletions build-linux.sh

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"start:electron": "cross-env NODE_ENV=development electron .",
"build:electron:dev": "cross-env NODE_ENV=development webpack --config webpack/config.electron.js --progress",
"build:electron:prod": "cross-env NODE_ENV=production webpack --config webpack/config.electron.js --progress",
"dist:electron": "electron-builder -mw",
"dist:electron:auto": "electron-builder",
"dist:electron": "electron-builder -mwl",
"code:check": "eslint . --rule 'no-console: [0]'"
},
"pre-commit": [
Expand Down

0 comments on commit d39fff5

Please sign in to comment.