gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -fix pnpm invocation


From: gnunet
Subject: [taler-wallet-core] branch master updated: -fix pnpm invocation
Date: Mon, 11 Sep 2023 19:56:31 +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 e2422b68e -fix pnpm invocation
e2422b68e is described below

commit e2422b68ebb2a29fb2e4d86f8a8cf9ec2a33e099
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Sep 11 19:56:32 2023 +0200

    -fix pnpm invocation
---
 packages/demobank-ui/Makefile      | 2 +-
 packages/taler-wallet-cli/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/demobank-ui/Makefile b/packages/demobank-ui/Makefile
index 7abb3d101..8e41cc7c6 100644
--- a/packages/demobank-ui/Makefile
+++ b/packages/demobank-ui/Makefile
@@ -20,7 +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 --filter @gnu-taler/demobank-ui... compile
        pnpm run check
        pnpm run build
 
diff --git a/packages/taler-wallet-cli/Makefile 
b/packages/taler-wallet-cli/Makefile
index 9bd8767dc..6d695e9c1 100644
--- a/packages/taler-wallet-cli/Makefile
+++ b/packages/taler-wallet-cli/Makefile
@@ -39,7 +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...
+       pnpm run --filter @gnu-taler/taler-wallet-cli... compile
 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]