mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 10:41:22 +00:00
build(yarn): add config that disable global cache
This commit is contained in:
parent
19dbdac998
commit
54277c371d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
.*
|
||||
!.eslint*
|
||||
!.git*
|
||||
!.yarnrc.yml
|
||||
|
||||
build/
|
||||
coverage/
|
||||
|
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
@ -0,0 +1 @@
|
||||
enableGlobalCache: false
|
Loading…
Reference in New Issue
Block a user