build: set Yarn default behavior to disable global cache (#123)

* build(yarn): add config that disable global cache

* build: fix `main/index.mjs` build result
This commit is contained in:
Alfi Maulana 2023-12-12 21:51:47 +07:00 committed by GitHub
parent ebeda19c51
commit 198259946b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 472 additions and 470 deletions

1
.gitignore vendored
View File

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

1
.yarnrc.yml Normal file
View File

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

940
main/index.mjs generated

File diff suppressed because one or more lines are too long