Skip to content

Commit

Permalink
chore: Require jekyll clean before starting dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Feb 4, 2025
1 parent 8ecafef commit 99705e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tasks:
dev:
desc: Start a development server that also builds future posts.
dir: website
deps: [clean]
vars:
PORT:
sh: shuf --input-range=4000-10000 -n 1
Expand Down

0 comments on commit 99705e0

Please # to comment.