mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
chore(build): compile vscode+extensions in parallel (#3250)
This commit is contained in:
parent
9f7ceef806
commit
bc3defd42a
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue