Skip to content

Commit 6e40024

Browse files
committed
Remove per-extension dependency install
Code packages all the dependencies using webpack for each extension so there are no dependencies to install.
1 parent ac21f85 commit 6e40024

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ci/build/npm-postinstall.sh

-8
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,6 @@ vscode_yarn() {
9898

9999
cd extensions
100100
yarn --production --frozen-lockfile
101-
102-
for ext in */; do
103-
ext="${ext%/}"
104-
echo "extensions/$ext: installing dependencies"
105-
cd "$ext"
106-
yarn --production --frozen-lockfile
107-
cd "$OLDPWD"
108-
done
109101
}
110102

111103
main "$@"

0 commit comments

Comments
 (0)