mirror of
https://github.com/coder/code-server.git
synced 2026-01-09 07:44:14 +08: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…
x
Reference in New Issue
Block a user