grafana-pcp/build_frontend.sh
Andreas Gerstmayr 788228adc6 update to upstream 3.1.0
and remove unused cryptographic implementations

Resolves: rhbz#1956385
2021-06-25 19:46:47 +02:00

11 lines
248 B
Bash
Executable File

#!/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