File tree 9 files changed +15
-0
lines changed
9 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ KEEP_MODULES="${KEEP_MODULES-0}"
12
12
13
13
main () {
14
14
cd " $( dirname " ${0} " ) /../.."
15
+ git submodule update --init
16
+
15
17
source ./ci/lib.sh
16
18
17
19
VSCODE_SRC_PATH=" lib/vscode"
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ export npm_config_build_from_source=true
7
7
8
8
main () {
9
9
cd " $( dirname " ${0} " ) /../.."
10
+ git submodule update --init
11
+
10
12
source ./ci/lib.sh
11
13
12
14
rsync " $RELEASE_PATH /" " $RELEASE_PATH -standalone"
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ MINIFY=${MINIFY-true}
8
8
9
9
main () {
10
10
cd " $( dirname " ${0} " ) /../.."
11
+ git submodule update --init
12
+
11
13
cd lib/vscode
12
14
13
15
yarn gulp compile-build compile-extensions-build compile-extension-media
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ set -euo pipefail
3
3
4
4
main () {
5
5
cd " $( dirname " ${0} " ) /../.."
6
+ git submodule update --init
6
7
source ./ci/lib.sh
7
8
8
9
git clean -Xffd
Original file line number Diff line number Diff line change @@ -87,7 +87,10 @@ symlink_asar() {
87
87
}
88
88
89
89
vscode_yarn () {
90
+ git submodule update --init
91
+
90
92
cd lib/vscode
93
+
91
94
yarn --production --frozen-lockfile
92
95
93
96
symlink_asar
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ set -euo pipefail
3
3
4
4
main () {
5
5
cd " $( dirname " $0 " ) /../.."
6
+ git submodule update --init
6
7
7
8
local prettierExts
8
9
prettierExts=(
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ set -euo pipefail
3
3
4
4
main () {
5
5
cd " $( dirname " $0 " ) /../.."
6
+ git submodule update --init
6
7
7
8
eslint --max-warnings=0 --fix $( git ls-files " *.ts" " *.tsx" " *.js" | grep -v " lib/vscode" )
8
9
stylelint $( git ls-files " *.css" | grep -v " lib/vscode" )
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ set -euo pipefail
4
4
main () {
5
5
cd " $( dirname " $0 " ) /../.."
6
6
source ./ci/lib.sh
7
+ git submodule update --init
7
8
8
9
# This installs the dependencies needed for testing
9
10
cd test
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ set -euo pipefail
3
3
4
4
main () {
5
5
cd " $( dirname " $0 " ) /../.."
6
+ git submodule update --init
7
+
6
8
source ./ci/lib.sh
7
9
8
10
local dir=" $PWD "
You can’t perform that action at this time.
0 commit comments