Skip to content

Commit

Permalink
build: update yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Nov 10, 2023
1 parent 186052c commit 9cb4b09
Show file tree
Hide file tree
Showing 5 changed files with 1,636 additions and 727 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
.DS_Store
_config.yml
node_modules

.yarn/*
!.yarn/releases
!.yarn/patches
!.yarn/plugins
!.yarn/sdks
!.yarn/versions

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
compressionLevel: 0

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"@myparcel/eslint-config": "^3.6.1",
"@myparcel/semantic-release-config": "^4.0.0",
"@types/knockout": "^3.4.72"
}
},
"packageManager": "yarn@4.0.1"
}
Loading

0 comments on commit 9cb4b09

Please sign in to comment.