chore(build): compile vscode+extensions in parallel (#3250)

This commit is contained in:
Akash Satheesan 2021-04-28 23:55:56 +05:30 committed by GitHub
parent 9f7ceef806
commit bc3defd42a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ main() {
cd "$(dirname "${0}")/../.."
cd lib/vscode
yarn gulp compile-build
yarn gulp compile-extensions-build
yarn gulp compile-build compile-extensions-build
yarn gulp optimize --gulpfile ./coder.js
if [[ $MINIFY ]]; then
yarn gulp minify --gulpfile ./coder.js