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(pkglint): Add build:test and build:test:package scripts #2602

Merged
merged 2 commits into from
May 21, 2019

Conversation

RomainMuller
Copy link
Contributor

Adds a build:test and build:test:package script to all packages so that they can be easily be built and tested (and optionally packaged) in topological order using a single command (lerna run build:test or lerna run build:test:package).

This allows failing faster, as packages not passing unit tests will not even be built.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.

@RomainMuller RomainMuller requested review from skinny85, SoManyHs and a team as code owners May 21, 2019 13:29
@rix0rrr
Copy link
Contributor

rix0rrr commented May 21, 2019

Here's bikeshedding to the max, but can we call it build+test? For some reason that appeals to me.

I don't particularly like the : symbol, it seems to imply a scope for me.

@RomainMuller
Copy link
Contributor Author

RomainMuller commented May 21, 2019

I'm not against that. And it's easy enough to change. Let me run a quick test to verify that it doesn't somehow break npm or the shell or whatnot, and if not, then that's cool by me!

@RomainMuller RomainMuller added the feature-request A feature should be added or improved. label May 21, 2019
@RomainMuller RomainMuller self-assigned this May 21, 2019
@RomainMuller RomainMuller merged commit 96c2842 into master May 21, 2019
@RomainMuller RomainMuller deleted the rmuller/build-test-pack branch May 21, 2019 15:10
@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS. feature-request A feature should be added or improved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants