-
Notifications
You must be signed in to change notification settings - Fork 281
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
Modularize scripts #925
Modularize scripts #925
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The work is great, but having to look through this .json made me realize how much it can possibly be cleaned up.
Please take a look at the feedback on shortening/simplifying scripts and using default script names.
If someone wants to make a separate issue and drive my feedback in through that instead of piling onto this PR I think that's fine as well. |
Pull Request Test Coverage Report for Build 59603
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for cleaning up the "eslint"
npm scripts!
This separates the coveralls upload script from the coverage reporting script so the build can keep the coveralls repo token secret until after building and testing. Increases the security of the token.