Skip to content

Commit

Permalink
feat(devel): add more cleanup commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jun 23, 2023
1 parent 99ac665 commit 672a08c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,6 @@ tasks:
cleanAll:
desc: Cleans everything...
cmds:
- ./gradlew clean
- ./gradlew clean
- cmd: docker rmi local-miw
ignore_error: true

0 comments on commit 672a08c

Please sign in to comment.