Skip to content

Commit

Permalink
taskfile.yml Add "yarn start" as default task
Browse files Browse the repository at this point in the history
- Use the default task for the most commonly used yarn command
  • Loading branch information
davidjharder committed Sep 14, 2024
1 parent 3b94f10 commit 51fe404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ version: "3"
set: [pipefail]

tasks:
default:
cmds:
- yarn start --host 0.0.0.0
# Ensure people new to go-task and used to 'make help' have an easier time
help:
desc: Show how to list available tasks
Expand Down

0 comments on commit 51fe404

Please sign in to comment.