⬆️ Change yarn to stable

This commit is contained in:
SebClem 2022-05-10 11:31:44 +02:00
parent 898e731351
commit b46ec2e473
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50
5 changed files with 1378 additions and 409 deletions

3
.gitignore vendored
View File

@ -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

File diff suppressed because one or more lines are too long

3
.yarnrc.yml Normal file
View File

@ -0,0 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.2.0.cjs

View File

@ -14,5 +14,6 @@
},
"scripts": {
"prepare": "husky install"
}
},
"packageManager": "yarn@3.2.0"
}

993
yarn.lock

File diff suppressed because it is too large Load Diff