[AAE-1274] CI opt - Build only core/content/process storybook (#8139)

* Build only core/content/process storybook

* Use a target and run only if affected

* Do not run any storybook e2e
This commit is contained in:
Maurizio Vitale
2023-01-12 16:18:38 +00:00
committed by GitHub
parent 34e5508076
commit f654fdf008
2 changed files with 17 additions and 6 deletions
+11
View File
@@ -678,6 +678,17 @@
}
}
},
"e2e-playwright": {
"executor": "nx:run-commands",
"options": {
"commands": [
{
"command": "$(npm bin)/playwright test --config='e2e-playwright/playwright.config.ts'"
}
]
}
},
"spellcheck": {
"executor": "nx:run-commands",
"options": {