-install with frozen lockfile

This commit is contained in:
Florian Dold 2023-06-21 09:51:08 +02:00
parent 8f8674defd
commit 30fb003ee3
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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