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 77 yarn --frozen-lockfile
88
99 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.
1111 # If the patch fails to apply, then it's likely already applied
1212 yarn vscode:patch & > /dev/null || true
1313
Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ main() {
77 yarn --frozen-lockfile
88
99 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.
1111 # If the patch fails to apply, then it's likely already applied
1212 yarn vscode:patch & > /dev/null || true
13+ cd lib/vscode
14+ yarn --ignore-scripts
15+ cd " $OLDPWD "
1316
1417 yarn lint
1518}
You can’t perform that action at this time.
0 commit comments