mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
ci: Fetch vscode node_modules in lint.sh for eslint
This commit is contained in:
parent
833314aae8
commit
4cb8a32f4c
2 changed files with 3 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ main() {
|
|||
yarn --frozen-lockfile
|
||||
|
||||
git submodule update --init
|
||||
# We do not `yarn vscode` to make test.sh faster.
|
||||
# We do not `yarn vscode` to make fmt.sh faster.
|
||||
# If the patch fails to apply, then it's likely already applied
|
||||
yarn vscode:patch &> /dev/null || true
|
||||
|
||||
|
|
|
|||
|
|
@ -7,9 +7,8 @@ main() {
|
|||
yarn --frozen-lockfile
|
||||
|
||||
git submodule update --init
|
||||
# We do not `yarn vscode` to make test.sh faster.
|
||||
# If the patch fails to apply, then it's likely already applied
|
||||
yarn vscode:patch &> /dev/null || true
|
||||
# We need to fetch VS Code's deps for lint dependencies.
|
||||
yarn vscode
|
||||
|
||||
yarn lint
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue