diff --git a/Makefile b/Makefile index 61fa4be3..126f9cbb 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ build: build-frontend build-wheel .PHONY: build-frontend build-frontend: ## Build react frontend - pnpm run build + NODE_OPTIONS=--max_old_space_size=32768 pnpm run build .PHONY: build-wheel build-wheel: ## Build installable python package