Skip to content

Commit

Permalink
Migrate monorepo to Yarn 3 (fix reduxjs#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Jul 6, 2023
1 parent 22d334a commit 2e09cdc
Show file tree
Hide file tree
Showing 8 changed files with 15,591 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
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
node_modules

.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
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": "yarn@3.6.1",
"workspaces": [
"packages/*"
]
}
Loading

0 comments on commit 2e09cdc

Please sign in to comment.