taler-typescript-core

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

commit dd8969646be7fa35eccaf89b767798602d19231a
parent 042849b99bb20a7350400365e319dbe7022db9dc
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon, 24 May 2021 19:25:48 -0300

add frozen lockfile

Diffstat:
Mbuild-system/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-system/Makefile b/build-system/Makefile @@ -14,7 +14,7 @@ include ./build-system/config.mk .PHONY: compile compile: - pnpm i -r + pnpm i -r --frozen-lockfile pnpm run compile .PHONY: dist