mirror of
https://github.com/coder/code-server.git
synced 2024-11-23 20:52:38 +03:00
chore(build): compile vscode+extensions in parallel (#3250)
This commit is contained in:
parent
9f7ceef806
commit
bc3defd42a
@ -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 New Issue
Block a user