diff options
| author | 2025-03-16 23:08:16 -0500 | |
|---|---|---|
| committer | 2025-03-16 23:19:01 -0500 | |
| commit | 0fdce8fd0f117163f9d1bb1829e6a23d8bd4700a (patch) | |
| tree | 6c2f20493711261cc71040550ae6c60e29662981 /bin | |
| parent | Remove rule commands from janet-pm (diff) | |
More precisely track overlapping bundles.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/janet-pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/janet-pm b/bin/janet-pm index 6f6e356..2e6c04c 100755 --- a/bin/janet-pm +++ b/bin/janet-pm @@ -83,6 +83,10 @@ [] (pm/local-hook "build" @{})) +(defn run + [task] + (pm/local-hook "run" task)) + (defn clean [] (pm/local-hook "clean" @{})) @@ -175,6 +179,7 @@ "save-lockfile" save-lockfile "list-pkgs" list-pkgs "clear-cache" clear-cache + "run" run "update-pkgs" update-pkgs "uninstall" uninstall-cmd}) |
