Skip to content

Commit b423a68

Browse files
authored
Fix
1 parent 9c9e206 commit b423a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
set -e
193193
npm run gulp core-ci
194194
npm run gulp extensions-ci
195-
npm exec -- npm-run-all -lp eslint define-class-fields-check vscode-dts-compile-check tsec-compile-check
195+
npm exec -- npm-run-all -lp define-class-fields-check vscode-dts-compile-check tsec-compile-check
196196
env:
197197
DISABLE_V8_COMPILE_CACHE: 1
198198

0 commit comments

Comments
 (0)