default build should perform a clean build
This commit is contained in:
parent
04e6415c07
commit
922aedaa9f
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -1,5 +1,5 @@
|
|||
build:
|
||||
hugo build
|
||||
hugo build --cleanDestinationDir
|
||||
|
||||
dev:
|
||||
hugo --buildDrafts --buildFuture server
|
||||
|
|
Loading…
Add table
Reference in a new issue