We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833314a commit 0151b14Copy full SHA for 0151b14
ci/steps/fmt.sh
@@ -7,7 +7,7 @@ main() {
7
yarn --frozen-lockfile
8
9
git submodule update --init
10
- # We do not `yarn vscode` to make test.sh faster.
+ # 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
ci/steps/lint.sh
@@ -7,9 +7,12 @@ main() {
+ # We do not `yarn vscode` to make lint.sh faster.
+ cd lib/vscode
14
+ yarn --ignore-scripts
15
+ cd "$OLDPWD"
16
17
yarn lint
18
}
0 commit comments