Date: Wednesday, December 1, 2021 @ 17:49:04 Author: jelle Revision: 1060628
upgpkg: grafana 8.3.0-1 Modified: grafana/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-01 17:19:02 UTC (rev 1060627) +++ PKGBUILD 2021-12-01 17:49:04 UTC (rev 1060628) @@ -3,7 +3,7 @@ # Contributor: Gilles Hamel <hamelg at laposte dot net> pkgname=grafana -pkgver=8.2.5 +pkgver=8.3.0 pkgrel=1 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB' url='https://grafana.com/' @@ -74,7 +74,7 @@ echo 'building the frontend' export NPM_CONFIG_PREFIX="$srcdir/npm" export PATH+=":$NPM_CONFIG_PREFIX/bin" - yarn install --pure-lockfile --no-progress + yarn install NODE_ENV=production yarn run build }
