mirror of
https://github.com/hacs/documentation.git
synced 2025-07-23 00:45:07 +00:00
Define yarn 4.2.2 to be used (#457)
* Define yarn 4.2.2 to be used * add to skip
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,4 +3,5 @@ node_modules
|
|||||||
build/
|
build/
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
documentation/repositories
|
documentation/repositories
|
||||||
documentation/default_repositories.md
|
documentation/default_repositories.md
|
||||||
|
.yarn/install-state.gz
|
@ -6,4 +6,5 @@ repos:
|
|||||||
args:
|
args:
|
||||||
- --ignore-words-list=hass
|
- --ignore-words-list=hass
|
||||||
- --quiet-level=2
|
- --quiet-level=2
|
||||||
exclude: ^yarn\.lock$
|
- --skip=yarn.lock
|
||||||
|
- --skip=.yarn/*
|
||||||
|
894
.yarn/releases/yarn-4.2.2.cjs
vendored
Executable file
894
.yarn/releases/yarn-4.2.2.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-4.2.2.cjs
|
@ -30,5 +30,6 @@
|
|||||||
"last 1 firefox version",
|
"last 1 firefox version",
|
||||||
"last 1 safari version"
|
"last 1 safari version"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
}
|
"packageManager": "yarn@4.2.2"
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user