gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: build system: missing compile


From: gnunet
Subject: [taler-wallet-core] branch master updated: build system: missing compile step
Date: Mon, 11 Sep 2023 19:35:51 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 7e55b25c3 build system: missing compile step
7e55b25c3 is described below

commit 7e55b25c37c78614eb5012c6aade8b054aa59dcb
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Sep 11 19:35:50 2023 +0200

    build system: missing compile step
---
 build-system/taler-build-scripts   | 2 +-
 packages/demobank-ui/Makefile      | 1 +
 packages/taler-wallet-cli/Makefile | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index 23538677f..001f5dd08 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit 23538677f6c6be2a62f38dc6137ecdd1c76b7b15
+Subproject commit 001f5dd081fc8729ff8def90c4a1c3f93eb8689a
diff --git a/packages/demobank-ui/Makefile b/packages/demobank-ui/Makefile
index fc570b270..7abb3d101 100644
--- a/packages/demobank-ui/Makefile
+++ b/packages/demobank-ui/Makefile
@@ -20,6 +20,7 @@ spa_dir=$(prefix)/share/taler/demobank-ui
 .PHONY: deps
 deps:
        pnpm install --frozen-lockfile --filter @gnu-taler/demobank-ui...
+       pnpm run compile --frozen-lockfile --filter @gnu-taler/demobank-ui...
        pnpm run check
        pnpm run build
 
diff --git a/packages/taler-wallet-cli/Makefile 
b/packages/taler-wallet-cli/Makefile
index 388401eae..9bd8767dc 100644
--- a/packages/taler-wallet-cli/Makefile
+++ b/packages/taler-wallet-cli/Makefile
@@ -39,6 +39,7 @@ install-nodeps:
        ln -sf 
$(install_target)/node_modules/taler-wallet-cli/bin/taler-wallet-cli.mjs 
$(prefix)/bin/taler-wallet-cli
 deps:
        pnpm install --frozen-lockfile --filter @gnu-taler/taler-wallet-cli...
+       pnpm compile --frozen-lockfile --filter @gnu-taler/taler-wallet-cli...
 install:
        $(MAKE) deps
        $(MAKE) install-nodeps

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]