build: remove config for disabling Yarn global cache (#215)

This commit is contained in:
Alfi Maulana 2024-03-02 20:35:08 +07:00 committed by GitHub
parent 4623ac26b9
commit 808bf88986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 476 additions and 478 deletions

1
.gitignore vendored
View File

@ -1,7 +1,6 @@
.* .*
!.eslint* !.eslint*
!.git* !.git*
!.yarnrc.yml
build/ build/
node_modules/ node_modules/

View File

@ -1 +0,0 @@
enableGlobalCache: false

952
dist/index.mjs generated vendored

File diff suppressed because one or more lines are too long