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 the "tsc watch" task when references are used #67148

Merged
merged 1 commit into from
Jan 28, 2019
Merged

Fix the "tsc watch" task when references are used #67148

merged 1 commit into from
Jan 28, 2019

Conversation

RomainMuller
Copy link
Contributor

Moves the --watch option at the end of the tsc invocation, as --build
is required to be the first option on the call.

Fixes #66875

Moves the `--watch` option at the end of the `tsc` invocation, as `--build`
is required to be the first option on the call.

Fixes #66875
@RomainMuller
Copy link
Contributor Author

The failed check looks to have been caused by a timeout.

@mjbvz mjbvz added this to the December/January 2019 milestone Jan 28, 2019
@mjbvz mjbvz merged commit 52fb907 into microsoft:master Jan 28, 2019
@mjbvz
Copy link
Collaborator

mjbvz commented Jan 28, 2019

Thanks!

@eladb
Copy link

eladb commented Jan 29, 2019

Yeah! 🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"tsc watch" task broken for projects with references
3 participants