diff --git a/build/check.sh b/build/check.sh index 6ea9014..9f22a21 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 esist/index.cjs dev/index.cjs dev/index.bundle.js-check es2017 d +yarn es-check es2017 dist/index.cjs dev/index.cjs dev/index.bundle.js if [ $? -eq 1 ]; then exit 1