mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-22 03:21:21 +00:00
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:
parent
ebeda19c51
commit
198259946b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
.*
|
.*
|
||||||
!.eslint*
|
!.eslint*
|
||||||
!.git*
|
!.git*
|
||||||
|
!.yarnrc.yml
|
||||||
|
|
||||||
build/
|
build/
|
||||||
coverage/
|
coverage/
|
||||||
|
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
enableGlobalCache: false
|
940
main/index.mjs
generated
940
main/index.mjs
generated
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user