mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: backport @grafana/levitate to 0.2.0 (#44543)
This commit is contained in:
parent
cb6e5ae8ce
commit
1f4d53805c
@ -25,7 +25,7 @@ while IFS=" " read -r -a package; do
|
|||||||
echo ""
|
echo ""
|
||||||
echo "${PACKAGE_PATH}"
|
echo "${PACKAGE_PATH}"
|
||||||
echo "================================================="
|
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
|
# Check if the comparison returned with a non-zero exit code
|
||||||
# Record the output, maybe with some additional information
|
# Record the output, maybe with some additional information
|
||||||
|
Loading…
Reference in New Issue
Block a user