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

refactor(core): Workspace commands + passthrough #591

Merged
merged 3 commits into from
Feb 1, 2024

Conversation

paularmstrong
Copy link
Owner

@paularmstrong paularmstrong commented Feb 1, 2024

Problem:

Looking at #554 and #555, there are too many unknowns with passing through to commands like vite and astro (and webpack, next, etc, for that matter). It doesn't seem sustainable to attempt to curate plugins to every single npx command available. Nor does it seem helpful for users of oneRepo to leave them to need to write the entire passthrough on their own.

Solution:

Passthrough commands. Discussion in #590

Related issues:

Fixes #554
Fixes #555

Checklist:

  • Added or updated tests
  • Added or updated documentation
  • Ensured the pre-commit hooks ran successfully

@paularmstrong paularmstrong marked this pull request as ready for review February 1, 2024 00:56
@paularmstrong paularmstrong merged commit b797bba into main Feb 1, 2024
21 of 22 checks passed
@paularmstrong paularmstrong deleted the workspace-passthrough branch February 1, 2024 01:04
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.

Plugin: Vite Plugin: Astro
1 participant