⬆️ Change yarn to stable
This commit is contained in:
parent
898e731351
commit
b46ec2e473
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,3 +4,6 @@
|
||||
roles/*
|
||||
!roles/requirements.yml
|
||||
node_modules
|
||||
|
||||
.yarn/cache
|
||||
.yarn/install-state.gz
|
||||
|
785
.yarn/releases/yarn-3.2.0.cjs
vendored
Executable file
785
.yarn/releases/yarn-3.2.0.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
3
.yarnrc.yml
Normal file
3
.yarnrc.yml
Normal file
@ -0,0 +1,3 @@
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.2.0.cjs
|
@ -14,5 +14,6 @@
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "husky install"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@3.2.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user