summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-21 09:51:08 +0200
committerFlorian Dold <florian@dold.me>2023-06-21 09:51:08 +0200
commit30fb003ee371d2c58bfd32e7c7afe0a1daeaf8ec (patch)
tree5677474c9414b9cb379ae21efbf138f600fcf996 /Makefile
parent8f8674defd7005e8916396a929788f860f42cc6f (diff)
downloadwallet-core-30fb003ee371d2c58bfd32e7c7afe0a1daeaf8ec.tar.gz
wallet-core-30fb003ee371d2c58bfd32e7c7afe0a1daeaf8ec.tar.bz2
wallet-core-30fb003ee371d2c58bfd32e7c7afe0a1daeaf8ec.zip
-install with frozen lockfile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49721c778..85c332194 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ lint:
.PHONY: install
# Build and install everything
install:
- pnpm install
+ pnpm install --frozen-lockfile
pnpm run compile
make -C packages/taler-wallet-cli TOPLEVEL=yes install-nodeps
make -C packages/taler-harness TOPLEVEL=yes install-nodeps