diff options
author | Sebastian <sebasjm@gmail.com> | 2021-01-30 12:35:55 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2021-02-01 17:07:22 -0300 |
commit | 4845ebddf6b525b349171001b4a37d3433e4913e (patch) | |
tree | e281d7c53be56a488d5d434d7bb4fe7a26dacc04 /build-system | |
parent | 69aaaefce30331bf40141e33d0e0aeae40708443 (diff) |
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
Diffstat (limited to 'build-system')
-rw-r--r-- | build-system/Makefile | 6 | ||||
m--------- | build-system/taler-build-scripts | 0 |
2 files changed, 5 insertions, 1 deletions
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: diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts -Subproject 47f14fcf1d03d9dad1bae59987488ea05ecd307 +Subproject c76fb9b3af6ec43f2d2a83e6b4f523dcc5ac6a5 |