taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit eaae2d4ca8323c7cb954238128577cbb91bb6cac
parent 768ecfc6008ff31cb1ac06f84dc082e2c8dac627
Author: Florian Dold <florian@dold.me>
Date:   Mon, 16 Nov 2020 15:24:50 +0100

install recursively

Is this a PNPM regression?  This is usually the default ...

Diffstat:
Mbuild-system/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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