Commit fa30a604 authored by Jan Reimes's avatar Jan Reimes
Browse files

chore(beads-up): update beads installation task to include process termination

* Added command to terminate existing bd.exe process before installation
* Ensured proper setup of beads in the virtual environment's scripts directory
parent 55b6ae33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,4 +39,4 @@ run = ["cls",

[tasks.beads-up]
description = "Installs beads (bd.exe) to virtual environment's scripts directory"
run = ["bin install https://github.com/steveyegge/beads {{env.VIRTUAL_ENV}}/scripts/"]
 No newline at end of file
run = ["taskkill /f /im bd.exe", "bin install https://github.com/steveyegge/beads {{env.VIRTUAL_ENV}}/scripts/", "bd daemon start"]
 No newline at end of file