Skip to content

Commit

Permalink
upgrade to yarn4
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Jan 14, 2024
1 parent aa753c7 commit 5422ece
Show file tree
Hide file tree
Showing 4 changed files with 11,010 additions and 7,739 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# dependencies
node_modules

.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*

# builds
dist
.rpt2_cache
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@
},
"jest": {
"preset": "jest-puppeteer"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 5422ece

Please sign in to comment.