Skip to content

Commit

Permalink
Migrate monorepo to Yarn 3 (fix #89)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv committed Jul 6, 2023
1 parent 6f4d832 commit 40d9920
Show file tree
Hide file tree
Showing 8 changed files with 15,594 additions and 48,547 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Use LF line endings for template files
**/template/** text=auto eol=lf

# Yarn
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
node_modules

.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*
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
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "redux-templates",
"packageManager": "[email protected]",
"workspaces": [
"packages/*"
]
}
Loading

0 comments on commit 40d9920

Please sign in to comment.