Skip to content

Commit ac89bc5

Browse files
authored
Merge pull request #170 from Bhumikagarggg/fix/makefile-clean-public-dir
fix: remove public directory in clean target
2 parents b518c57 + e5b68da commit ac89bc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ build:
2929
## Empty build cache and run site on your local machine.
3030
clean:
3131
hugo --cleanDestinationDir
32+
make setup
3233
make site
3334

3435
## Fix Markdown linting issues

0 commit comments

Comments
 (0)