We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d48fbc commit e7c01efCopy full SHA for e7c01ef
.github/workflows/check-test.yaml
@@ -75,6 +75,9 @@ jobs:
75
npm run bootstrap-ci -- --scope @mongodb-js/monorepo-tools --stream --include-dependencies
76
npm run bootstrap-ci -- --stream --since ${SINCE_REF} --include-dependencies
77
78
+ # saslprep source code may have been modified by bootstrapping,
79
+ # depending on the OS, so undo that change if it has happened
80
+ # (since it can influence subsequent lerna invocations)
81
git checkout -- packages/saslprep/src/code-points-data.ts
82
shell: bash
83
0 commit comments