Blame SOURCES/build_frontend.sh

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