Files
object-browser/portal-ui/Makefile
Daniel Valdivia a2a09b8db1 Upgrade to Go 1.16. Remove Go-Bind-assets in favor of embed. (#630)
* 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
2021-03-05 10:39:17 -08:00

7 lines
102 B
Makefile

default: build-static
build-static:
@echo "Building frontend static assets to 'build'"
yarn build