mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
fix: removed check for non existent file
This commit is contained in:
parent
f842c36b9d
commit
04d95f45cb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user