From 04d95f45cb7c8b703c7434b17107b27575a03636 Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Sun, 25 Dec 2022 17:34:35 -0300 Subject: [PATCH] fix: removed check for non existent file --- build/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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