Fix makefile for NextJS
This commit is contained in:
parent
58e435a7bd
commit
b106fe5617
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ all: build
|
|||||||
nil:
|
nil:
|
||||||
|
|
||||||
reactNextJS/out/*: reactNextJS/app/* reactNextJS/*.js reactNextJS/*.json
|
reactNextJS/out/*: reactNextJS/app/* reactNextJS/*.js reactNextJS/*.json
|
||||||
cd reactNextJS && npm run build
|
cd reactNextJS && npm install && npm run build
|
||||||
nextjs: reactNextJS/out/*
|
nextjs: reactNextJS/out/*
|
||||||
serverdeps: nextjs *.go reactNextJS/addToServer.go
|
serverdeps: nextjs *.go reactNextJS/addToServer.go
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user