We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7ceef commit bc3defdCopy full SHA for bc3defd
ci/build/build-vscode.sh
@@ -10,8 +10,7 @@ main() {
10
cd "$(dirname "${0}")/../.."
11
cd lib/vscode
12
13
- yarn gulp compile-build
14
- yarn gulp compile-extensions-build
+ yarn gulp compile-build compile-extensions-build
15
yarn gulp optimize --gulpfile ./coder.js
16
if [[ $MINIFY ]]; then
17
yarn gulp minify --gulpfile ./coder.js
0 commit comments