Skip to content

Commit

Permalink
fix: switch to global cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jun 27, 2021
1 parent 259a307 commit c1a2c7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
node_modules/
/packages/*/package-lock.json

# Yarn config and stuff
# Yarn config and stuff - we're not using Zero-Installs
# because that would blow up the repo size even more
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*

# compiled test-files
*.test.js
Expand All @@ -19,7 +20,7 @@ coverage/
zwave-js-*.tgz

# ZWave cache
**/cache
packages/*/cache

# Temporary (import) config files
.tmp
Expand Down
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ plugins:

preferInteractive: true

enableGlobalCache: true

yarnPath: .yarn/releases/yarn-3.0.0-rc.6.cjs

0 comments on commit c1a2c7c

Please sign in to comment.