mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
[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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user