From 30fb003ee371d2c58bfd32e7c7afe0a1daeaf8ec Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 21 Jun 2023 09:51:08 +0200 Subject: -install with frozen lockfile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3