summaryrefslogtreecommitdiff
path: root/build-system
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2020-11-16 15:24:50 +0100
committerFlorian Dold <florian@dold.me>2020-11-16 15:24:50 +0100
commiteaae2d4ca8323c7cb954238128577cbb91bb6cac (patch)
tree19678eba84608cbc3c996dfdaf3f1aabfc2de82a /build-system
parent768ecfc6008ff31cb1ac06f84dc082e2c8dac627 (diff)
downloadwallet-core-eaae2d4ca8323c7cb954238128577cbb91bb6cac.tar.gz
wallet-core-eaae2d4ca8323c7cb954238128577cbb91bb6cac.tar.bz2
wallet-core-eaae2d4ca8323c7cb954238128577cbb91bb6cac.zip
install recursively
Is this a PNPM regression? This is usually the default ...
Diffstat (limited to 'build-system')
-rw-r--r--build-system/Makefile2
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