From eaae2d4ca8323c7cb954238128577cbb91bb6cac Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 16 Nov 2020 15:24:50 +0100 Subject: install recursively Is this a PNPM regression? This is usually the default ... --- build-system/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-system/Makefile') diff --git a/build-system/Makefile b/build-system/Makefile index 229f2be1d..06023c097 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 -- cgit v1.2.3