Skip to content

Commit 344b45c

Browse files
committed
fix(taskfile): : fix clean task
1 parent d8a2f4c commit 344b45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tasks:
1818
desc: Clean the page build folder.
1919
cmds:
2020
- |
21-
rm -r ./public
21+
rm -r ./public || true
2222
2323
build:
2424
desc: Create a production build of the site in ./public.

0 commit comments

Comments
 (0)