Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 559 Bytes

all.md

File metadata and controls

20 lines (14 loc) · 559 Bytes

Run All Tasks

Save some typing by running all configured project tasks in the following order:

  1. {id}-lint
  2. {id}-gpa
  3. {id}-clean
  4. {id}-doc
  5. {id}-chk
  6. {id}-unit
  7. webdriver-update
  8. {id}-e2e

Task

Use the {id}-all or simply {id} to run all tasks you have configured. Where {id} is the project id you've configured in your aqua.project.json file.

Configuration

Will run whatever you have configured in your aqua.project.json file.