Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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.
  • Loading branch information
code-asher committed Oct 8, 2024
commit 8687c05f9ebfaa4eab1d27ad6d6e6b86f7554e9b
2 changes: 1 addition & 1 deletion ci/build/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bundle_code_server() {
rsync typings/pluginapi.d.ts "$RELEASE_PATH/typings"

# Adds the commit to package.json
jq --slurp '.[0] * .[1]' package.json <(
jq --slurp '(.[0] | del(.scripts)) * .[1]' package.json <(
cat << EOF
{
"commit": "$(git rev-parse HEAD)",
Expand Down
Loading