We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c843674 commit 9233bc7Copy full SHA for 9233bc7
.github/workflows/release.yml
@@ -186,11 +186,13 @@ jobs:
186
187
echo "BUILD_SOURCEVERSION=${distro_commit}" >> $GITHUB_ENV
188
189
- - name: coompile vscode linux
+ - name: coompile vscode
190
working-directory: ./openvscode-server
191
run: |
192
set -e
193
- npm run gulp vscode-linux-${{ matrix.vscode_arch }}-min-ci
+ npm run core-ci
194
+ npm run extensions-ci
195
+ npm exec -- npm-run-all -lp hygiene eslint define-class-fields-check vscode-dts-compile-check tsec-compile-check
196
env:
197
DISABLE_V8_COMPILE_CACHE: 1
198
0 commit comments