From ff8fd43e1f35f04fa7b131c4d73db0fd98cc548e Mon Sep 17 00:00:00 2001 From: kevinjeon-g <136382173+kevinjeon-g@users.noreply.github.com> Date: Tue, 13 May 2025 13:50:59 -0400 Subject: [PATCH] Update Makefile --webpack-content to --static (#7683) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e005165b8..97747af74 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ prebuild: prereqs scripts .PHONY: run-only run-only: node-installed ## Runs the site like it runs in production without building it - env NODE_ENV=production $(NODE) $(NODE_ARGS) ./out/dist/app.js --webpack-content ./out/webpack/static $(EXTRA_ARGS) + env NODE_ENV=production $(NODE) $(NODE_ARGS) ./out/dist/app.js --static ./out/webpack/static $(EXTRA_ARGS) .PHONY: run run: ## Runs the site like it runs in production