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

npm script start has unreliable output #211

Open
lukemelia opened this issue Sep 27, 2023 · 2 comments
Open

npm script start has unreliable output #211

lukemelia opened this issue Sep 27, 2023 · 2 comments

Comments

@lukemelia
Copy link
Contributor

The start script in package.json concurrently runs start:types and start:js. The former clears the screen when done running, which means that it sometimes (race condition) will clear the output of the latter.

@lukemelia
Copy link
Contributor Author

Seems like we need glint to have something like https://www.typescriptlang.org/tsconfig/#preserveWatchOutput

@NullVoxPopuli
Copy link
Collaborator

I opened an issuer here on glint, typed-ember/glint#597

and @dfreeman mentioned the exact same thing!
I personally haven't had the time to forward the flag, but a PR would be very welcome <3

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

No branches or pull requests

2 participants