diff options
author | Florian Dold <florian@dold.me> | 2023-06-21 09:51:08 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-06-21 09:51:08 +0200 |
commit | 30fb003ee371d2c58bfd32e7c7afe0a1daeaf8ec (patch) | |
tree | 5677474c9414b9cb379ae21efbf138f600fcf996 | |
parent | 8f8674defd7005e8916396a929788f860f42cc6f (diff) |
-install with frozen lockfile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |