mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
build: fixed umd/es5 declaration file
This commit is contained in:
parent
f09670d769
commit
ed81ea7b04
@ -15,7 +15,7 @@ tsc -p build/tsconfig.types.json &
|
||||
echo "export * from '../types';" | tee \
|
||||
esm/index.d.ts esm/dev.d.ts \
|
||||
cjs/index.d.ts cjs/dev.d.ts \
|
||||
umd/index.d.ts umd/dev.d.ts umd/es6.d.ts \
|
||||
umd/index.d.ts umd/dev.d.ts umd/es5.d.ts \
|
||||
> /dev/null &
|
||||
|
||||
wait
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user