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: don't override Intellij module config files #351

Merged
merged 1 commit into from Jul 14, 2022
Merged

Conversation

blaugold
Copy link
Collaborator

Fixes #333

Description

Type of Change

  • ✨ feat -- New feature (non-breaking change which adds functionality)
  • πŸ› οΈ fix -- Bug fix (non-breaking change which fixes an issue)
  • ❌ ! -- Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 refactor -- Code refactor
  • βœ… ci -- Build configuration change
  • πŸ“ docs -- Documentation
  • πŸ—‘οΈ chore -- Chore

@@ -83,6 +83,11 @@ class IntellijProject {
return joinAll([package.path, 'melos_${package.name}.iml']);
}

String pathWorkspaceModuleIml() {
final workspaceModuleName = _workspace.config.name.toLowerCase();
return joinAll([_workspace.path, 'melos_$workspaceModuleName.iml']);
Copy link
Member

Choose a reason for hiding this comment

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

May need changing after #349

@blaugold blaugold merged commit 850e9f8 into main Jul 14, 2022
@blaugold blaugold deleted the blaugold/issue333 branch July 14, 2022 15:50
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.

Melos Bootstrap overwrites all Intellij project config
2 participants