diff --git a/scripts/npm-check-bundles.sh b/scripts/npm-check-bundles.sh index 40780489bc..4cce3551c3 100755 --- a/scripts/npm-check-bundles.sh +++ b/scripts/npm-check-bundles.sh @@ -79,7 +79,7 @@ do echo "style ok!" fi - if [ ! -f package/readme.md ]; then + if [ ! -f package/README.md ]; then error_out '31;1' "$PACKAGE readme not found!" >&2 exit 1 else