Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
3f6d1e20ce
commit
cb1929a245
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ build:
|
|||
go build ${LDFLAGS}
|
||||
|
||||
build-frontend:
|
||||
cd build/react-frontend && npm run build
|
||||
cd build/react-frontend && npm install && npm run build
|
||||
rm -rf web/react-frontend ; mkdir -p web/react-frontend
|
||||
cp -r build/react-frontend/build/* web/react-frontend/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue