Skip to content

Commit 16406c3

Browse files
committed
fix: task:clean command
1 parent 75f446b commit 16406c3

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)