diff options
author | Florian Dold <florian@dold.me> | 2020-11-16 15:24:50 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2020-11-16 15:24:50 +0100 |
commit | eaae2d4ca8323c7cb954238128577cbb91bb6cac (patch) | |
tree | 19678eba84608cbc3c996dfdaf3f1aabfc2de82a /build-system | |
parent | 768ecfc6008ff31cb1ac06f84dc082e2c8dac627 (diff) |
install recursively
Is this a PNPM regression? This is usually the default ...
Diffstat (limited to 'build-system')
-rw-r--r-- | build-system/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |