Skip to content

Commit 986d069

Browse files
committed
fixup! ci: Fetch vscode node_modules in lint.sh for eslint
1 parent 0151b14 commit 986d069

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ci/steps/lint.sh

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ main() {
77
yarn --frozen-lockfile
88

99
git submodule update --init
10-
# We do not `yarn vscode` to make lint.sh faster.
11-
# If the patch fails to apply, then it's likely already applied
12-
yarn vscode:patch &> /dev/null || true
10+
11+
# We need to fetch VS Code's deps for proper linting.
1312
cd lib/vscode
14-
yarn --ignore-scripts
13+
yarn
1514
cd "$OLDPWD"
1615

1716
yarn lint

0 commit comments

Comments
 (0)