Skip to content

Commit

Permalink
Add dist:electron:platform
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Dec 19, 2019
1 parent feddf16 commit 94b501b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"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 -mwl",
"dist:electron:platform": "electron-builder",
"code:check": "eslint . --rule 'no-console: [0]'"
},
"pre-commit": [
Expand Down

0 comments on commit 94b501b

Please sign in to comment.