Skip to content

Commit 46bab75

Browse files
committed
let builds use transpile-client-swc
1 parent 7ec1ebd commit 46bab75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/azure-pipelines/darwin/product-build-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ steps:
170170
- script: |
171171
set -e
172172
VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
173-
yarn gulp "transpile-client" "transpile-extensions"
173+
yarn gulp "transpile-client-swc" "transpile-extensions"
174174
displayName: Transpile
175175
176176
- ${{ if or(eq(parameters.VSCODE_RUN_UNIT_TESTS, true), eq(parameters.VSCODE_RUN_INTEGRATION_TESTS, true), eq(parameters.VSCODE_RUN_SMOKE_TESTS, true)) }}:

build/azure-pipelines/linux/product-build-linux-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ steps:
249249
- script: |
250250
set -e
251251
VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
252-
yarn gulp "transpile-client" "transpile-extensions"
252+
yarn gulp "transpile-client-swc" "transpile-extensions"
253253
displayName: Transpile
254254
255255
- ${{ if or(eq(parameters.VSCODE_RUN_UNIT_TESTS, true), eq(parameters.VSCODE_RUN_INTEGRATION_TESTS, true), eq(parameters.VSCODE_RUN_SMOKE_TESTS, true)) }}:

build/azure-pipelines/win32/product-build-win32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ steps:
163163
. build/azure-pipelines/win32/exec.ps1
164164
$ErrorActionPreference = "Stop"
165165
$env:VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)"
166-
exec { yarn gulp "transpile-client" "transpile-extensions" }
166+
exec { yarn gulp "transpile-client-swc" "transpile-extensions" }
167167
displayName: Transpile
168168
169169
- ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }}:

0 commit comments

Comments
 (0)