Skip to content

Commit 8d6b613

Browse files
author
Joe Previte
committed
refactor: remove rsync postinstall
1 parent 4c79c9a commit 8d6b613

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/build/build-release.sh

-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ EOF
146146
# Include global extension dependencies as well.
147147
rsync "$VSCODE_SRC_PATH/extensions/package.json" "$VSCODE_OUT_PATH/extensions/package.json"
148148
rsync "$VSCODE_SRC_PATH/extensions/yarn.lock" "$VSCODE_OUT_PATH/extensions/yarn.lock"
149-
rsync "$VSCODE_SRC_PATH/extensions/postinstall.js" "$VSCODE_OUT_PATH/extensions/postinstall.js"
150149

151150
pushd "$VSCODE_OUT_PATH"
152151
symlink_asar

0 commit comments

Comments
 (0)