diff options
author | Alan Pearce | 2025-03-11 15:54:05 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-11 15:54:05 +0100 |
commit | 604700052ed6bd3e36107960fbdbe2aa57790adb (patch) | |
tree | b92c945dff4cd2eda2b19e5c8ad6621baf72eae7 /justfile | |
parent | 306f3432f780586d129d45c52face38e34eb1bb8 (diff) | |
download | searchix-604700052ed6bd3e36107960fbdbe2aa57790adb.tar.lz searchix-604700052ed6bd3e36107960fbdbe2aa57790adb.tar.zst searchix-604700052ed6bd3e36107960fbdbe2aa57790adb.zip |
build: add justfile alias for projectdo
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 |