From 4845ebddf6b525b349171001b4a37d3433e4913e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 30 Jan 2021 12:35:55 -0300 Subject: 0006728: set up wallet CI pipeline for WebExtension build This commit split in three main things: * added deploy-webext to upload the extension zipfile * put scope into the npm packages to be able to deploy them * added deploy-npm to deploy related npm packages Also, fixing bug on `make clean`. Some packages where not being deleting tsconfig.tsbuildinfo and making subsequent `make` fail --- packages/taler-wallet-android/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-android/src/index.ts') diff --git a/packages/taler-wallet-android/src/index.ts b/packages/taler-wallet-android/src/index.ts index 698a170ad..6f6fa9915 100644 --- a/packages/taler-wallet-android/src/index.ts +++ b/packages/taler-wallet-android/src/index.ts @@ -40,7 +40,7 @@ import { WALLET_MERCHANT_PROTOCOL_VERSION, bytesToString, stringToBytes, -} from "taler-wallet-core"; +} from "@gnu-taler/taler-wallet-core"; import fs from "fs"; -- cgit v1.2.3