[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] 02/03: add auditor dev prebuilt
From: |
gnunet |
Subject: |
[taler-wallet-core] 02/03: add auditor dev prebuilt |
Date: |
Fri, 23 Aug 2024 15:50:21 +0200 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository wallet-core.
commit 4f3dd93443fadc5149ad10d02e1bcf06d8c1ca00
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Aug 23 10:49:58 2024 -0300
add auditor dev prebuilt
---
Makefile | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/Makefile b/Makefile
index 869a5ed11..dc0dd5c4e 100644
--- a/Makefile
+++ b/Makefile
@@ -170,6 +170,17 @@ kyc-dev-prebuilt:
./contrib/copy-kyc-into-prebuilt.sh
./contrib/publish-prebuilt-dir.sh
+.PHONY: auditor-dev-prebuilt
+auditor-dev-prebuilt:
+ ./contrib/cleanup-prebuilt-dir.sh
+ ./contrib/next-dev-version.sh
packages/auditor-backoffice-ui/package.json
+ pnpm clean
+ pnpm install --frozen-lockfile --filter
@gnu-taler/auditor-backoffice-ui...
+ pnpm run --filter @gnu-taler/auditor-backoffice-ui... compile
+ git ci -am "new prebuilt dev" && git push
+ ./contrib/copy-auditor-into-prebuilt.sh
+ ./contrib/publish-prebuilt-dir.sh
+
.PHONY: challenger-dev-prebuilt
challenger-dev-prebuilt:
./contrib/cleanup-prebuilt-dir.sh
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.