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

Remove redundant pretest script #50518

Merged
merged 1 commit into from
Aug 29, 2022
Merged

Conversation

jakebailey
Copy link
Member

The "pretest" script builds the tests by running gulp tests, but gulp runtests and gulp runtests-parallel already do this themselves by explicitly declaring their dependency on the tests task in Gulpfile.js. We can safely remove this script, which saves a little time (and stops annoying me on my WIP module transform branch where I currently have no tests task).

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Aug 29, 2022
@jakebailey jakebailey merged commit c89f355 into microsoft:main Aug 29, 2022
@jakebailey jakebailey deleted the remove-pretest branch August 29, 2022 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants