* Upgrade to Go 1.16. Remove Go-Bind-assets in favor of embed. Checking Portal-UI Build folder. * lint * Remove assets references * Fixes for sub fs * Fix lint
7 lines
102 B
Makefile
7 lines
102 B
Makefile
default: build-static
|
|
|
|
build-static:
|
|
@echo "Building frontend static assets to 'build'"
|
|
yarn build
|
|
|