We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f6fce commit 8687c05Copy full SHA for 8687c05
ci/build/build-release.sh
@@ -49,7 +49,7 @@ bundle_code_server() {
49
rsync typings/pluginapi.d.ts "$RELEASE_PATH/typings"
50
51
# Adds the commit to package.json
52
- jq --slurp '.[0] * .[1]' package.json <(
+ jq --slurp '(.[0] | del(.scripts)) * .[1]' package.json <(
53
cat << EOF
54
{
55
"commit": "$(git rev-parse HEAD)",
0 commit comments