summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-system/Makefile2
1 files changed, 1 insertions, 1 deletions
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