Skip to content

Commit 73a2d72

Browse files
authored
Merge pull request #37 from ansidev/patchfix/task-clean-command
Fix: task:clean command
2 parents 75f446b + 16406c3 commit 73a2d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.taskfiles/task_site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ tasks:
2323
clean:
2424
desc: Clean the build output
2525
cmds:
26-
- rm -r {{.OUTPUT_DIR}}
26+
- rm -r ./{{.OUTPUT_DIR}}
2727
silent: true
2828
ignore_error: true

0 commit comments

Comments
 (0)