Skip to content

Commit

Permalink
fix(ci): correct bumping in compile_ts (#2341)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik authored Jan 31, 2025
1 parent 8d4aed2 commit 353bf7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ functions:
NODE_JS_VERSION: ${node_js_version}
script: |
source .evergreen/setup-env.sh
npm run evergreen-release bump
npm run compile
tar cvzf compiled-ts.tgz packages/*/{lib,dist}
- command: s3.put
Expand Down
1 change: 1 addition & 0 deletions .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ functions:
NODE_JS_VERSION: ${node_js_version}
script: |
source .evergreen/setup-env.sh
npm run evergreen-release bump
npm run compile
tar cvzf compiled-ts.tgz packages/*/{lib,dist}
- command: s3.put
Expand Down

0 comments on commit 353bf7e

Please sign in to comment.