Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
klassare committed Jul 9, 2018
1 parent bdba1fb commit ccc9fee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy": "ng build --prod && angular-cli-ghpages --repo \"[email protected]:tezwallet/tezwallet.github.io.git\" --branch master",
"alpha-deploy": "ng lint --fix && ng build --prod && angular-cli-ghpages --repo \"[email protected]:kukai-wallet/kukai-wallet.github.io.git\" --branch master",
"deploy-ghpages": "ng lint --fix && ng build --prod && angular-cli-ghpages --repo \"[email protected]:kukai-wallet/kukai-wallet.github.io.git\" --branch master",
"build-electron": "ng lint --fix && ng build --prod --base-href . && copy src\\electron\\* dist",
"package-electron-win": "npm run package-electron-win-ia32 && npm run package-electron-win-x64",
"package-electron-win-ia32": "electron-packager dist --overwrite --asar --platform=win32 --arch=ia32 --icon=dist/assets/icons/win/icon.ico --prune=true --out=release-builds --version-string.CompanyName=Kukai --version-string.FileDescription=Kukai --version-string.ProductName=\"Kukai\"",
Expand Down

0 comments on commit ccc9fee

Please sign in to comment.