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

chore: Log reminder about tsc if DocLint fails locally #5652

Merged
merged 1 commit into from Apr 16, 2020

Conversation

jackfranklin
Copy link
Collaborator

I lost some time debugging before realising that I needed to run tsc. I
don't really want to put npm run tsc before this command else we'll
run tsc multiple times on each CI build, so I think this message is
suitable.

Travis defines process.env.TRAVIS and if that exists we don't want to
log this as on CI we're guaranteed to have an up to date lib/
directory.

I lost some time debugging before realising that I needed to run tsc. I
don't really want to put `npm run tsc` before this command else we'll
run tsc multiple times on each CI build, so I think this message is
suitable.

Travis defines `process.env.TRAVIS` and if that exists we don't want to
log this as on CI we're guaranteed to have an up to date `lib/`
directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants