We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a2f4c commit 344b45cCopy full SHA for 344b45c
1 file changed
Taskfile.yml
@@ -18,7 +18,7 @@ tasks:
18
desc: Clean the page build folder.
19
cmds:
20
- |
21
- rm -r ./public
+ rm -r ./public || true
22
23
build:
24
desc: Create a production build of the site in ./public.
0 commit comments