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 --- .../taler-wallet-cli/src/integrationtests/test-payment-idempotency.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-cli/src/integrationtests/test-payment-idempotency.ts') diff --git a/packages/taler-wallet-cli/src/integrationtests/test-payment-idempotency.ts b/packages/taler-wallet-cli/src/integrationtests/test-payment-idempotency.ts index 4323a7c9d..d456554cc 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-payment-idempotency.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-payment-idempotency.ts @@ -19,7 +19,7 @@ */ import { GlobalTestState, MerchantPrivateApi } from "./harness"; import { createSimpleTestkudosEnvironment, withdrawViaBank } from "./helpers"; -import { PreparePayResultType } from "taler-wallet-core"; +import { PreparePayResultType } from "@gnu-taler/taler-wallet-core"; /** * Test the wallet-core payment API, especially that repeated operations -- cgit v1.2.3