Skip to content

Commit

Permalink
chore: use yarn 3
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 19, 2022
1 parent 488d219 commit 4bf219a
Show file tree
Hide file tree
Showing 4 changed files with 11,987 additions and 8,042 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ test/tmp
.vscode
.nyc_output
tmp

.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.js
783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.2.cjs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
yarnPath: .yarn/releases/yarn-3.2.2.cjs
nodeLinker: node-modules
enableGlobalCache: true
enableTransparentWorkspaces: false
Loading

0 comments on commit 4bf219a

Please sign in to comment.