File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
yarn --frozen-lockfile
8
8
9
9
git submodule update --init
10
- # We do not `yarn vscode` to make test .sh faster.
10
+ # We do not `yarn vscode` to make fmt .sh faster.
11
11
# If the patch fails to apply, then it's likely already applied
12
12
yarn vscode:patch & > /dev/null || true
13
13
Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ main() {
7
7
yarn --frozen-lockfile
8
8
9
9
git submodule update --init
10
- # We do not `yarn vscode` to make test .sh faster.
10
+ # We do not `yarn vscode` to make lint .sh faster.
11
11
# If the patch fails to apply, then it's likely already applied
12
12
yarn vscode:patch & > /dev/null || true
13
+ cd lib/vscode
14
+ yarn --ignore-scripts
15
+ cd " $OLDPWD "
13
16
14
17
yarn lint
15
18
}
You can’t perform that action at this time.
0 commit comments