Skip to content

Commit

Permalink
fix(saslprep): run code point generation as part of package bumping N…
Browse files Browse the repository at this point in the history
…ODE-6064 (#305)

This is necessary to unblock publishing packages from `main` since we merged
417d35a without further following up on it.
  • Loading branch information
addaleax authored May 2, 2024
1 parent 3db424a commit 12428a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
npm -v
npm ci
# make sure precommit.js is compiled
npm run bootstrap-ci -- --scope @mongodb-js/monorepo-tools --stream --include-dependencies
# make sure saslprep is compiled on Linux (same as the publish step), see NODE-6064
npm run bootstrap-ci -- --scope @mongodb-js/monorepo-tools --scope @mongodb-js/saslprep --stream --include-dependencies
- name: Bump packages
run: |
Expand Down

0 comments on commit 12428a1

Please sign in to comment.