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

Concurrent script runs for build and dev on Windows #313

Open
alexanderkirtzel opened this issue Feb 2, 2024 · 0 comments
Open

Concurrent script runs for build and dev on Windows #313

alexanderkirtzel opened this issue Feb 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@alexanderkirtzel
Copy link
Collaborator

Describe the bug
It seems that the "dev": "npm run dev:build & npm run dev:test" commands are not executing as intended on a Windows machine.

To Reproduce
Steps to reproduce the behavior:
Run turbo run dev and see that only the build gets executed or at least shown.

Expected behavior
Both should run and get recalled due to the watch mode to test newly saved files and build a dev version for easier cross-package development.

@alexanderkirtzel alexanderkirtzel added the bug Something isn't working label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Current Development
Awaiting triage
Development

No branches or pull requests

1 participant