Skip to content

Commit

Permalink
Update to yarn v2, without pnp (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon authored Jul 12, 2023
1 parent 31327c2 commit 2cc17ed
Show file tree
Hide file tree
Showing 5 changed files with 15,276 additions and 10,068 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,14 @@ yarn-error.log*

.idea

# yarn without pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# vite build
dist/
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
"last 1 firefox version",
"last 1 safari version"
]
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 2cc17ed

Please sign in to comment.