Skip to content

Commit

Permalink
"Taskfile.yml": Update "ci" task.
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendart committed Aug 18, 2024
1 parent e9807c1 commit a349855
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ tasks:

ci:
cmds:
- task: 'git-filters'
- task: 'clean'
- task: 'dependencies'
- task: 'build'
Expand Down Expand Up @@ -169,7 +170,6 @@ tasks:
exit 1
{{ end }}
silent: true
- task: 'git-filters'
- task: 'ci'
- task: 'clean:php'
- task: 'dependencies:php-production'
Expand All @@ -187,7 +187,6 @@ tasks:

start:
cmds:
- task: 'git-filters'
- task: 'ci'
desc: 'Run all development environment setup tasks'

Expand Down

0 comments on commit a349855

Please sign in to comment.