Skip to content

Commit 91d4e48

Browse files
author
Akash Satheesan
committed
chore(build): compile vscode+extensions in parallel
1 parent 9f7ceef commit 91d4e48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/build/build-vscode.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ main() {
1010
cd "$(dirname "${0}")/../.."
1111
cd lib/vscode
1212

13-
yarn gulp compile-build
14-
yarn gulp compile-extensions-build
13+
yarn gulp compile-build compile-extensions-build
1514
yarn gulp optimize --gulpfile ./coder.js
1615
if [[ $MINIFY ]]; then
1716
yarn gulp minify --gulpfile ./coder.js

0 commit comments

Comments
 (0)