Compare commits

..

No commits in common. "8a93459f23e20175eb5757b43a929bcbed1d6bb7" and "20f6fcebe244879a778088e2df53d4da3f8fda64" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ bundle_code_server() {
rsync typings/pluginapi.d.ts "$RELEASE_PATH/typings" rsync typings/pluginapi.d.ts "$RELEASE_PATH/typings"
# Adds the commit to package.json # Adds the commit to package.json
jq --slurp '(.[0] | del(.scripts,.jest,.devDependencies)) * .[1]' package.json <( jq --slurp '.[0] * .[1]' package.json <(
cat << EOF cat << EOF
{ {
"commit": "$(git rev-parse HEAD)", "commit": "$(git rev-parse HEAD)",