Skip to content

Commit

Permalink
fix command task start
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoujols committed Dec 14, 2023
1 parent 4e62a7b commit f0e4c64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TaskFile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,11 @@ tasks:
desc: "Start project exemple"
cmds:
- |
Composer start
composer edu:start
start:
desc: "Start"
cmds:
- task: docker-up
- task: ex-start

stop:
Expand Down

0 comments on commit f0e4c64

Please sign in to comment.