commit a0fb34fbb943a1bab931fcdb9f5662368eaded8a parent 04d55d15f20200f45c5dad4ab2054c09c426d180 Author: Sebastian <sebasjm@gmail.com> Date: Mon, 24 May 2021 19:24:08 -0300 add frozen lockfile Diffstat:
| M | build-system/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-system/Makefile b/build-system/Makefile @@ -6,7 +6,7 @@ include ./build-system/config.mk .PHONY: compile compile: - pnpm i -r + pnpm i -r --frozen-lockfile pnpm run compile # .PHONY: dist