Fix makefile for NextJS

This commit is contained in:
Lucas Schumacher 2024-06-22 18:24:04 -04:00
parent 58e435a7bd
commit b106fe5617

View File

@ -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