diff options
-rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile index 2e99e03..053578a 100644 --- a/justfile +++ b/justfile @@ -30,6 +30,9 @@ fix: precommit: nix-build -A pre-commit-check +changelog: + convco changelog | prettier --stdin-filepath CHANGELOG.md > CHANGELOG.md + dev: watchexec --no-vcs-ignore --filter "**/*.go" --filter config.toml -r wgo run -exit ./cmd/searchix-web --live --config config.toml |