File tree 3 files changed +0
-14
lines changed
3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ main() {
6
6
7
7
yarn --frozen-lockfile
8
8
9
- git submodule update --init
10
- # We do not `yarn vscode` to make fmt.sh faster.
11
- # If the patch fails to apply, then it's likely already applied
12
- yarn vscode:patch & > /dev/null || true
13
-
14
9
yarn fmt
15
10
}
16
11
Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ main() {
6
6
7
7
yarn --frozen-lockfile
8
8
9
- git submodule update --init
10
- # We need to fetch VS Code's deps for lint dependencies.
11
- yarn vscode
12
-
13
9
yarn lint
14
10
}
15
11
Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ main() {
6
6
7
7
yarn --frozen-lockfile
8
8
9
- git submodule update --init
10
- # We do not `yarn vscode` to make test.sh faster.
11
- # If the patch fails to apply, then it's likely already applied
12
- yarn vscode:patch & > /dev/null || true
13
-
14
9
yarn test
15
10
}
16
11
You can’t perform that action at this time.
0 commit comments