Skip to content

Commit 7e21e60

Browse files
committed
updated azure compile command [skip ci]
1 parent 7e9cfa4 commit 7e21e60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
inputs:
1818
command: custom
1919
verbose: false
20-
customCommand: 'run compile'
20+
customCommand: 'run build'
2121
- script: 'node node_modules/vscode/bin/test'
2222
displayName: 'Run tests'
2323
- job: macOS
@@ -38,7 +38,7 @@ jobs:
3838
inputs:
3939
command: custom
4040
verbose: false
41-
customCommand: 'run compile'
41+
customCommand: 'run build'
4242
- script: 'node node_modules/vscode/bin/test'
4343
displayName: 'Run tests'
4444
- job: Linux
@@ -59,7 +59,7 @@ jobs:
5959
inputs:
6060
command: custom
6161
verbose: false
62-
customCommand: 'run compile'
62+
customCommand: 'run build'
6363
- script: |
6464
set -e
6565
/usr/bin/Xvfb :10 -ac >> /tmp/Xvfb.out 2>&1 &

0 commit comments

Comments
 (0)