Skip to content

Commit

Permalink
Add script for winportable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazza authored Nov 13, 2017
1 parent 7cfa790 commit 2be2dae
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 @@ -31,6 +31,7 @@
"electron:prod": "npm run build:prod && electron ./dist",
"electron:linux": "npm run build:prod && node package.js --asar --platform=linux --arch=x64",
"electron:windows": "npm run build:prod && node package.js --asar --platform=win32 --arch=ia32",
"electron:winportable": "npm run build:prod && npx electron-builder build --windows",
"electron:mac": "npm run build:prod && node package.js --asar --platform=darwin --arch=x64",
"test": "karma start ./karma.conf.js",
"pree2e": "webdriver-manager update --standalone false --gecko false --quiet && npm run build",
Expand Down

0 comments on commit 2be2dae

Please sign in to comment.