mirror of https://github.com/coder/code-server.git
compile extensions media
This commit is contained in:
parent
8fde5f42b7
commit
0529f52b9d
|
@ -10,7 +10,7 @@ main() {
|
||||||
cd "$(dirname "${0}")/../.."
|
cd "$(dirname "${0}")/../.."
|
||||||
cd lib/vscode
|
cd lib/vscode
|
||||||
|
|
||||||
yarn gulp compile-build compile-extensions-build
|
yarn gulp compile-build compile-extensions-build compile-extension-media
|
||||||
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