fix: removed check for non existent file

This commit is contained in:
arthurfiorette 2022-12-25 17:34:35 -03:00
parent f842c36b9d
commit 04d95f45cb
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

View File

@ -3,7 +3,7 @@
# This script is used to check the umd's ecmascript compatibility. # This script is used to check the umd's ecmascript compatibility.
# It is intended to be run from the project's root directory. # 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 if [ $? -eq 1 ]; then
exit 1 exit 1