grafana-image-renderer: fix build

This commit is contained in:
Charlotte Van Petegem 2022-06-08 15:31:17 +02:00
parent 312d9a0013
commit e4f5d3d029
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -25,7 +25,7 @@ mkYarnPackage rec {
runHook preBuild
pushd deps/renderer
npm run build
yarn run build
popd
runHook postBuild