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

Commit

Permalink
build scripts: fix build -> electron-builder for latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Jul 31, 2019
1 parent a630525 commit b0eb4e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"build-main": "cross-env NODE_ENV=production DEBUG_PROD=false node --trace-warnings -r babel-register ./node_modules/webpack/bin/webpack --config webpack/webpack.config.js --display-error-details --colors",
"start": "cross-env NODE_ENV=production electron ./app",
"start-dev": "cross-env NODE_ENV=development electron -r babel-register ./app/main.dev",
"pack": "build --dir",
"release": "npm run build && build",
"dist": "npm run build && build --publish never"
"pack": "electron-builder --dir",
"release": "npm run build && electron-builder",
"dist": "npm run build && electron-builder --publish never",
"postinstall": "electron-builder install-app-deps"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b0eb4e3

Please sign in to comment.