Skip to content

Commit

Permalink
Remove jest and devDependencies in release
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Oct 8, 2024
1 parent 8687c05 commit 8a93459
Showing 1 changed file with 1 addition and 1 deletion.
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] | del(.scripts)) * .[1]' package.json <(
jq --slurp '(.[0] | del(.scripts,.jest,.devDependencies)) * .[1]' package.json <(
cat << EOF
{
"commit": "$(git rev-parse HEAD)",
Expand Down

0 comments on commit 8a93459

Please sign in to comment.