Skip to content

Commit fb1cb1f

Browse files
committed
fix(ci): include bumped package.json in compile-ts tarball
1 parent 5deff8a commit fb1cb1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.evergreen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ functions:
119119
source .evergreen/setup-env.sh
120120
npm run evergreen-release bump
121121
npm run compile
122-
tar cvzf compiled-ts.tgz packages/*/{lib,dist}
122+
tar cvzf compiled-ts.tgz packages/*/{lib,dist,package.json} package.json package-lock.json
123123
- command: s3.put
124124
params:
125125
aws_key: ${aws_key}
@@ -4277,7 +4277,7 @@ functions:
42774277
export PUPPETEER_SKIP_DOWNLOAD="true"
42784278
npm run evergreen-release draft
42794279
git add .
4280-
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
4280+
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
42814281
}
42824282
42834283
release_publish_download_and_list_artifacts:

.evergreen/evergreen.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ functions:
128128
source .evergreen/setup-env.sh
129129
npm run evergreen-release bump
130130
npm run compile
131-
tar cvzf compiled-ts.tgz packages/*/{lib,dist}
131+
tar cvzf compiled-ts.tgz packages/*/{lib,dist,package.json} package.json package-lock.json
132132
- command: s3.put
133133
params:
134134
aws_key: ${aws_key}
@@ -922,7 +922,7 @@ functions:
922922
export PUPPETEER_SKIP_DOWNLOAD="true"
923923
npm run evergreen-release draft
924924
git add .
925-
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
925+
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
926926
}
927927

928928
release_publish_download_and_list_artifacts:

0 commit comments

Comments
 (0)