We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0151b14 commit 986d069Copy full SHA for 986d069
ci/steps/lint.sh
@@ -7,11 +7,10 @@ main() {
7
yarn --frozen-lockfile
8
9
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
+
+ # We need to fetch VS Code's deps for proper linting.
13
cd lib/vscode
14
- yarn --ignore-scripts
+ yarn
15
cd "$OLDPWD"
16
17
yarn lint
0 commit comments