8 lines
130 B
Makefile
8 lines
130 B
Makefile
default: build
|
|
|
|
build:
|
|
@echo "Building frontend static assets to 'build'"
|
|
yarn build
|
|
go-bindata-assetfs -pkg portal build/...
|
|
|