-
-
Save lydemann/94c3b76e9a8b80bcc27cb6681b8cd5fd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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