We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8687c05 commit 8a93459Copy full SHA for 8a93459
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] | del(.scripts)) * .[1]' package.json <(
+ jq --slurp '(.[0] | del(.scripts,.jest,.devDependencies)) * .[1]' package.json <(
53
cat << EOF
54
{
55
"commit": "$(git rev-parse HEAD)",
0 commit comments