mirror of https://git.tuxpa.in/a/code-server.git
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 "$(dirname "${0}")/../.."
|
||||||
cd lib/vscode
|
cd lib/vscode
|
||||||
|
|
||||||
yarn gulp compile-build
|
yarn gulp compile-build compile-extensions-build
|
||||||
yarn gulp compile-extensions-build
|
|
||||||
yarn gulp optimize --gulpfile ./coder.js
|
yarn gulp optimize --gulpfile ./coder.js
|
||||||
if [[ $MINIFY ]]; then
|
if [[ $MINIFY ]]; then
|
||||||
yarn gulp minify --gulpfile ./coder.js
|
yarn gulp minify --gulpfile ./coder.js
|
||||||
|
|
Loading…
Reference in New Issue