Files
object-browser/portal-ui/Makefile
2022-01-07 10:29:44 -08:00

9 lines
177 B
Makefile

default: build-static
build-static:
@echo "Building frontend static assets to 'build'"
NODE_OPTIONS=--openssl-legacy-provider yarn build
test-warnings:
./check-warnings.sh