Blame SOURCES/build_frontend.sh

4fb649
#!/bin/bash -eu
4fb649
4fb649
# Build the frontend
4fb649
yarn run build
4fb649
4fb649
# Build the dashboards
adc591
make build-dashboards
4fb649
4fb649
# Fix permissions (webpack sometimes outputs files with mode = 666 due to reasons unknown (race condition/umask issue afaics))
4fb649
chmod -R g-w,o-w dist