Blame SOURCES/build_frontend.sh

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