From b106fe56170aada215c623bab03b19a92fa9e851 Mon Sep 17 00:00:00 2001 From: Lucas Schumacher Date: Sat, 22 Jun 2024 18:24:04 -0400 Subject: [PATCH] Fix makefile for NextJS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5f221d..82a2a8b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: build nil: reactNextJS/out/*: reactNextJS/app/* reactNextJS/*.js reactNextJS/*.json - cd reactNextJS && npm run build + cd reactNextJS && npm install && npm run build nextjs: reactNextJS/out/* serverdeps: nextjs *.go reactNextJS/addToServer.go