Skip to content

Commit

Permalink
Upgrading yarn for deployment to servers (#747) (#748)
Browse files Browse the repository at this point in the history
Also adding .yarn directory and file
  • Loading branch information
carolyncole authored May 29, 2024
1 parent edb9657 commit 192aa88
Show file tree
Hide file tree
Showing 4 changed files with 5,586 additions and 2,908 deletions.
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.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-4.2.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiger-data-app",
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@4.2.2",
"browserslist": [
"defaults"
],
Expand Down
Loading

0 comments on commit 192aa88

Please sign in to comment.