chore: add .yarnrc.yml
This commit is contained in:
parent
6ea2019b8f
commit
17a08961ea
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
dist
|
dist
|
||||||
|
.yarn
|
||||||
node_modules
|
node_modules
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
|
2
.yarnrc.yml
Normal file
2
.yarnrc.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
yarnPath: .yarn/releases/yarn-3.2.3.cjs
|
||||||
|
nodeLinker: node-modules
|
Loading…
Reference in a new issue