Skip to content

Commit a5225d3

Browse files
author
Joe Previte
committed
Revert "refactor: remove rsync postinstall"
This reverts commit 8d6b613.
1 parent 8d6b613 commit a5225d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/build/build-release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ 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"
149150

150151
pushd "$VSCODE_OUT_PATH"
151152
symlink_asar

0 commit comments

Comments
 (0)