grafana-pcp/SOURCES/build_frontend.sh

11 lines
248 B
Bash
Raw Normal View History

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