Skip to content

Commit 8687c05

Browse files
committed
Remove all scripts in release
The new pre-install script was being included, which is dev-only. This was always the intent; did not realize jq's merge was recursive.
1 parent 20f6fce commit 8687c05

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
@@ -49,7 +49,7 @@ bundle_code_server() {
4949
rsync typings/pluginapi.d.ts "$RELEASE_PATH/typings"
5050

5151
# Adds the commit to package.json
52-
jq --slurp '.[0] * .[1]' package.json <(
52+
jq --slurp '(.[0] | del(.scripts)) * .[1]' package.json <(
5353
cat << EOF
5454
{
5555
"commit": "$(git rev-parse HEAD)",

0 commit comments

Comments
 (0)