diff options
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/justfile b/justfile index 3d16fbc..c2f6593 100644 --- a/justfile +++ b/justfile @@ -49,6 +49,8 @@ release: clean-workdir changelog update-nix-package-version git commit -m "chore: release $(convco version --bump)" git tag $(convco version --bump --print-prefix) +run: dev + dev: modd |