Skip to content

Commit

Permalink
Fix yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
steverydz committed Feb 8, 2024
1 parent 247c464 commit 91dd27d
Show file tree
Hide file tree
Showing 4 changed files with 17,318 additions and 12,424 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ storybook-static/
*.fuse*

/package-lock.json
.yarn/
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-4.1.0.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,6 @@
"prefer-alphabetical-dependencies": "error",
"prefer-alphabetical-devDependencies": "error"
}
}
},
"packageManager": "yarn@4.1.0"
}
Loading

0 comments on commit 91dd27d

Please sign in to comment.