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-cli/src/integrationtests/test-payment-claim.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-cli/src/integrationtests/test-payment-claim.ts') diff --git a/packages/taler-wallet-cli/src/integrationtests/test-payment-claim.ts b/packages/taler-wallet-cli/src/integrationtests/test-payment-claim.ts index ee8a8e49c..173fdfa33 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-payment-claim.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-payment-claim.ts @@ -19,7 +19,7 @@ */ import { GlobalTestState, MerchantPrivateApi, WalletCli } from "./harness"; import { createSimpleTestkudosEnvironment, withdrawViaBank } from "./helpers"; -import { PreparePayResultType, TalerErrorCode } from "taler-wallet-core"; +import { PreparePayResultType, TalerErrorCode } from "@gnu-taler/taler-wallet-core"; /** * Run test for basic, bank-integrated withdrawal. -- cgit v1.2.3