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 --- build-system/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build-system/Makefile') diff --git a/build-system/Makefile b/build-system/Makefile index 06023c097..98994ac84 100644 --- a/build-system/Makefile +++ b/build-system/Makefile @@ -4,7 +4,7 @@ src = src poname = taler-wallet-webex tsc = node_modules/typescript/bin/tsc -pogen = node_modules/pogen/bin/pogen.js +pogen = node_modules/@gnu-taler/pogen/bin/pogen.js typedoc = node_modules/typedoc/bin/typedoc ava = node_modules/.bin/ava nyc = node_modules/nyc/bin/nyc.js @@ -21,6 +21,10 @@ compile: dist: $(git-archive-all) --include ./configure taler-wallet-$(shell git describe --tags).tar.gz +.PHONY: publish +publish: compile + pnpm publish -r --no-git-checks + # make documentation from docstrings .PHONY: typedoc typedoc: -- cgit v1.2.3