Skip to content

Commit

Permalink
fix script dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcdf committed Dec 7, 2023
1 parent fa5f31d commit 6ba3507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ livereload = "==2.6.3"
[dev-packages]

[scripts]
dev = "./scripts/dev.py "
dev = "python ./scripts/dev.py"
publish = "pelican --settings publishconf.py --delete-output-directory"
preview = "env PREVIEW=True pelican --settings publishconf.py --delete-output-directory --listen --autoreload"
clean = "rm -rf ./cache ./output"

0 comments on commit 6ba3507

Please sign in to comment.