Skip to content

Commit 8a93459

Browse files
committed
Remove jest and devDependencies in release
1 parent 8687c05 commit 8a93459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/build-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bundle_code_server() {
4949
rsync typings/pluginapi.d.ts "$RELEASE_PATH/typings"
5050

5151
# Adds the commit to package.json
52-
jq --slurp '(.[0] | del(.scripts)) * .[1]' package.json <(
52+
jq --slurp '(.[0] | del(.scripts,.jest,.devDependencies)) * .[1]' package.json <(
5353
cat << EOF
5454
{
5555
"commit": "$(git rev-parse HEAD)",

0 commit comments

Comments
 (0)