Run tests on new pull request commits to verify npm build
succeeds
#13
Labels
enhancement
New feature or request
npm build
succeeds
#13
Is your feature request related to a problem? Please describe.
Currently when pull requests are open, there is no valid checks to ensure the code being suggested compiles or builds correctly.
Describe the solution you'd like
When an open pull request receives a new commit to the PR we should run an automation script that verifies that, at the very least, the
npm build
command succeeds. We should prevent the ability to merge PR's that break the ability to compile or build the project.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: