Skip to content

Instantly share code, notes, and snippets.

@lydemann
Last active February 3, 2019 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/dc009898097e8767c6a4caafa22f3e93 to your computer and use it in GitHub Desktop.
Save lydemann/dc009898097e8767c6a4caafa22f3e93 to your computer and use it in GitHub Desktop.
npm run affected:build -- --base=master --head=HEAD # reruns build for all the projects affected by a PR
npm run affected:test -- --base=master --head=HEAD # reruns unit tests for all the projects affected by a PR
npm run affected:e2e -- --base=master --head=HEAD # reruns e2e tests for all the projects affected by a PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment