Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(monorepo): Move release scripts back to compass package #2164

Merged
merged 2 commits into from Apr 23, 2021

Conversation

gribnoysup
Copy link
Contributor

Even though this release script operates on the repo, it mostly
touches files in the compass package. Instead of changing the
filepaths in the script, it seems better to just keep it near
compass source as the sole purpose of it is to release compass
and nothing else

Even though this release script operates on the repo, it mostly
touches files in the compass package. Instead of changing the
filepaths in the script, it seems better to just keep it near
compass source as the sole purpose of it is to release compass
and nothing else
"start": "lerna run start --stream --scope mongodb-compass",
"test": "lerna run test --stream",
"test-release-tasks": "cross-env MONGODB_DOWNLOADS_AWS_ACCESS_KEY_ID='' mocha --timeout 30000 release/*.spec.js"
"release": "cd packages/compass && npm run --silent release --",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not doing this with lerna to prevent lerna from hijacking the stdio

package.json Outdated Show resolved Hide resolved
@gribnoysup gribnoysup merged commit 04b25e1 into master Apr 23, 2021
@gribnoysup gribnoysup deleted the move-release-scripts-to-compass-package branch April 23, 2021 12:51
gribnoysup added a commit that referenced this pull request Apr 23, 2021
* fix(monorepo): Move release scripts back to compass package

Even though this release script operates on the repo, it mostly
touches files in the compass package. Instead of changing the
filepaths in the script, it seems better to just keep it near
compass source as the sole purpose of it is to release compass
and nothing else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant