Skip to content

Commit 7f6ce85

Browse files
authored
update yarn (#585)
1 parent 79e7479 commit 7f6ce85

File tree

5 files changed

+3842
-1656
lines changed

5 files changed

+3842
-1656
lines changed

.gitignore

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
npm-debug.log
2-
node_modules
31
dist
42
.reify-cache
5-
yarn-error.log
63
.rpt2_cache
74
.rts2_cache*
85
.vscode/settings.json
6+
7+
# yarn
8+
.yarn/*
9+
!.yarn/patches
10+
!.yarn/releases
11+
!.yarn/plugins
12+
!.yarn/sdks
13+
!.yarn/versions
14+
.pnp.*
15+
/node_modules/
16+
yarn-error.log
17+
npm-debug.log

.yarn/releases/yarn-4.7.0.cjs

Lines changed: 935 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
5+
nodeLinker: node-modules
6+
7+
yarnPath: .yarn/releases/yarn-4.7.0.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"files": [
4848
"dist"
4949
],
50-
"dependencies": {},
5150
"husky": {
5251
"hooks": {
5352
"pre-commit": "lint-staged"
@@ -57,5 +56,6 @@
5756
"*.{ts,js,json,css,md}": [
5857
"prettier --write"
5958
]
60-
}
59+
},
60+
"packageManager": "[email protected]"
6161
}

0 commit comments

Comments
 (0)