Compare commits

...

2 Commits

Author SHA1 Message Date
Asher 8a93459f23
Remove jest and devDependencies in release 2024-10-08 15:37:39 -08:00
Asher 8687c05f9e
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.
2024-10-08 15:35:18 -08:00
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"
# Adds the commit to package.json
jq --slurp '.[0] * .[1]' package.json <(
jq --slurp '(.[0] | del(.scripts,.jest,.devDependencies)) * .[1]' package.json <(
cat << EOF
{
"commit": "$(git rev-parse HEAD)",