Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created September 16, 2022 16:55
Show Gist options
  • Save lydemann/94c3b76e9a8b80bcc27cb6681b8cd5fd to your computer and use it in GitHub Desktop.
Save lydemann/94c3b76e9a8b80bcc27cb6681b8cd5fd to your computer and use it in GitHub Desktop.
"scripts": {
"affected:build": "nx affected:build --configuration=production",
"affected:ci": "yarn affected:build && yarn affected:lint && yarn affected:test && yarn affected:e2e --configuration=ci-production",
"affected:e2e": "nx affected:e2e",
"affected:lint": "nx affected:lint --max-warnings=0",
"affected:test": "nx affected:test",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment