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 9233bc7 commit 459e6c3Copy full SHA for 459e6c3
.github/workflows/release.yml
@@ -190,8 +190,8 @@ jobs:
190
working-directory: ./openvscode-server
191
run: |
192
set -e
193
- npm run core-ci
194
- npm run extensions-ci
+ npm run gulp core-ci
+ npm run gulp 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
@@ -201,7 +201,7 @@ jobs:
201
202
203
npm run gulp minify-vscode-reh
204
- npm run gulp "vscode-reh-linux-${{ matrix.vscode_arch }}-min-ci"
+ npm run gulp vscode-reh-linux-${{ matrix.vscode_arch }}-min-ci
205
206
207
0 commit comments