grafana-pcp/build_frontend.sh
Andreas Gerstmayr 1da107bd15 update to upstream 3.2.0
Resolves: rhbz#1993156
2021-11-12 17:08:37 +01:00

11 lines
249 B
Bash
Executable File

#!/bin/bash -eu
# Build the frontend
yarn run build
# Build the dashboards
make build-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