Skip to content

Commit 202630d

Browse files
author
Joe Previte
committed
refactor: update postinstall.js to .mjs
1 parent a5225d3 commit 202630d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/build-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +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"
149+
rsync "$VSCODE_SRC_PATH/extensions/postinstall.mjs" "$VSCODE_OUT_PATH/extensions/postinstall.mjs"
150150

151151
pushd "$VSCODE_OUT_PATH"
152152
symlink_asar

0 commit comments

Comments
 (0)