Skip to content

Commit

Permalink
docs: πŸ“ add nx command example
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Dec 6, 2023
1 parent a29560e commit d401100
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ pnpm nx run-many --target=test-ui
# Run all targets on all projects
pnpm nx run-many --target=build,lint,test,test-ui

# Run some targets on some projects
pnpm nx run-many --projects=whiskmate,recipes-api --target=lint,test

# Run Playwright Component testing with interactive ui
pnpm nx test-ui recipes-api --ui

Expand Down

0 comments on commit d401100

Please sign in to comment.