From ccc9fee6686e8acda4883c374c3751fca472ba15 Mon Sep 17 00:00:00 2001 From: Klassare Date: Mon, 9 Jul 2018 17:00:48 +0200 Subject: [PATCH] update package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index b1a9d847d..911b1fd64 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,7 @@ "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", - "deploy": "ng build --prod && angular-cli-ghpages --repo \"git@github.com:tezwallet/tezwallet.github.io.git\" --branch master", - "alpha-deploy": "ng lint --fix && ng build --prod && angular-cli-ghpages --repo \"git@github.com:kukai-wallet/kukai-wallet.github.io.git\" --branch master", + "deploy-ghpages": "ng lint --fix && ng build --prod && angular-cli-ghpages --repo \"git@github.com: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\"",