Skip to content

Commit

Permalink
chore(task): make shorthand tasks consistent across projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Oct 15, 2023
1 parent c891c92 commit 612c201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ tasks:
deps:
- pre-commit-checks

p: # You can just run `task pp` instead of `task pre-push-checks`.
p: # You can just run `task p` instead of `task pre-push-checks`.
deps:
- pre-push-checks

Expand All @@ -115,6 +115,6 @@ tasks:
deps:
- monitor-unit-tests

x: # You can just run `task l` instead of `task launch-docs`.
x: # You can just run `task x` instead of `task launch-docs`.
deps:
- launch-docs

0 comments on commit 612c201

Please sign in to comment.