diff --git a/build/check.sh b/build/check.sh index 9f22a21..bb8debd 100644 --- a/build/check.sh +++ b/build/check.sh @@ -3,7 +3,7 @@ # This script is used to check the umd's ecmascript compatibility. # It is intended to be run from the project's root directory. -yarn es-check es2017 dist/index.cjs dev/index.cjs dev/index.bundle.js +yarn es-check es2017 dist/index.cjs dev/index.cjs if [ $? -eq 1 ]; then exit 1