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

Customize command config #7

Open
1 task
tombruijn opened this issue May 18, 2021 · 0 comments
Open
1 task

Customize command config #7

tombruijn opened this issue May 18, 2021 · 0 comments

Comments

@tombruijn
Copy link
Member

tombruijn commented May 18, 2021

  • Add option to configure an additional command per package
    • Allow Node.js projects to also run npm run clean in each package.

This is just an idea:

# mono.yml
clean:
  language_command: "" # Customize the clean command for the language - This is not possible currently
  language_command:
  - "default" # Use default command as well
  - "" # Add additional commands
  package_command: "" # Customize command per package - This is possible currently with "command"
  package_command: # It's currently not possible to specify an array
  - "default" # Use default command as well
  - "" # Add additional commands per package
  pre: "" # Configure pre hook on project level (not package) - This is possible currently
  post: "" # Configure post hook on project level (not package) - This is possible currently
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant