Skip to content

Commit

Permalink
fix: removed check for non existent file
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 25, 2022
1 parent f842c36 commit 04d95f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04d95f4

Please sign in to comment.