7 lines
141 B
Makefile
7 lines
141 B
Makefile
default: build-static
|
|
|
|
build-static:
|
|
@echo "Building frontend static assets to 'build'"
|
|
NODE_OPTIONS=--openssl-legacy-provider yarn build
|
|
|