Skip to content

Commit

Permalink
Try removing cache settings
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 23, 2024
1 parent 1e55d75 commit 5908adc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ enableTelemetry: false
httpTimeout: 60000
nodeLinker: node-modules
npmRegistryServer: 'https://registry.npmjs.org'
installStatePath: ./build/.cache/yarn/install-state.gz
globalFolder: ./build/.cache/yarn
cacheFolder: ./build/.cache/yarn
#installStatePath: ./build/.cache/yarn/install-state.gz
#globalFolder: ./build/.cache/yarn
#cacheFolder: ./build/.cache/yarn

# these messages provide no actionable information, and make non-TTY output
# almost unreadable, masking real dependency-related information
Expand Down

0 comments on commit 5908adc

Please sign in to comment.