Skip to content

Commit

Permalink
ci: enable debug for ui mode (#6597)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Jan 31, 2024
1 parent c29ef4a commit 69588e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo-playwright/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"e2e-ui": {
"executor": "nx:run-commands",
"options": {
"command": "nx e2e demo-playwright -- --ui"
"command": "nx e2e demo-playwright -- --ui --debug"
}
}
}
Expand Down

0 comments on commit 69588e0

Please sign in to comment.