diff --git a/build-system/Makefile b/build-system/Makefile index 229f2be1d..06023c097 100644 --- a/build-system/Makefile +++ b/build-system/Makefile @@ -14,7 +14,7 @@ include ./build-system/config.mk .PHONY: compile compile: - pnpm i + pnpm i -r pnpm run compile .PHONY: dist