taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 30fb003ee371d2c58bfd32e7c7afe0a1daeaf8ec
parent 8f8674defd7005e8916396a929788f860f42cc6f
Author: Florian Dold <florian@dold.me>
Date:   Wed, 21 Jun 2023 09:51:08 +0200

-install with frozen lockfile

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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