gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: install recursively


From: gnunet
Subject: [taler-wallet-core] branch master updated: install recursively
Date: Mon, 16 Nov 2020 15:25:01 +0100

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 eaae2d4c install recursively
eaae2d4c is described below

commit eaae2d4ca8323c7cb954238128577cbb91bb6cac
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Nov 16 15:24:50 2020 +0100

    install recursively
    
    Is this a PNPM regression?  This is usually the default ...
---
 build-system/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-system/Makefile b/build-system/Makefile
index 229f2be1..06023c09 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -14,7 +14,7 @@ include ./build-system/config.mk
 
 .PHONY: compile
 compile:
-       pnpm i
+       pnpm i -r
        pnpm run compile
 
 .PHONY: dist

-- 
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]