From dd8969646be7fa35eccaf89b767798602d19231a Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 24 May 2021 19:25:48 -0300 Subject: add frozen lockfile --- build-system/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-system/Makefile b/build-system/Makefile index 7d44c1849..7511c367d 100644 --- 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 -- cgit v1.2.3