fix: backport @grafana/levitate to 0.2.0 (#44543)

This commit is contained in:
Levente Balogh 2022-01-27 16:38:12 +01:00 committed by GitHub
parent cb6e5ae8ce
commit 1f4d53805c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ while IFS=" " read -r -a package; do
echo ""
echo "${PACKAGE_PATH}"
echo "================================================="
npm exec -- @grafana/levitate compare --prev "$PREV" --current "$CURRENT"
npm exec -- @grafana/levitate@0.2.0 compare --prev "$PREV" --current "$CURRENT"
# Check if the comparison returned with a non-zero exit code
# Record the output, maybe with some additional information