Skip to content

Commit

Permalink
Add script to build non-minified light wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed Sep 14, 2017
1 parent 49b4f09 commit 90af0b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"postbuild-electron-nougly": "npm run prepare-electron",
"build-win32": "cross-env NODE_ENV=production && webpack --env.prod --progress --colors && echo 'copying to electron/build..' && xcopy dist ..\\electron\\build /s /e /y && echo 'done.'",
"prepackage": "npm run build-electron",
"prepackage-no-ugly": "npm run build-electron-nougly",
"package": "build -p never",
"package-no-ugly": "build -p never",
"package-deb": "npm run prepackage && build -p never --linux deb",
"package-win": "npm run prepackage && build -p never --windows",
"package-mac": "npm run prepackage && build -p never --mac dmg"
Expand Down

0 comments on commit 90af0b1

Please sign in to comment.