mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 07:39:35 +05:00
add todo
This commit is contained in:
parent
5581e2905e
commit
5be021789b
2 changed files with 6 additions and 0 deletions
3
build.py
3
build.py
|
@ -23,6 +23,9 @@ if __name__ == "__main__":
|
|||
|
||||
os.makedirs(OUT_DIR)
|
||||
|
||||
# TODO: handle multiple package managers line npm(node), deno, yarn
|
||||
# TODO?: install node deps automatically
|
||||
|
||||
if not args.no_rebuild:
|
||||
build = subprocess.call(["bun", "run", "build"], cwd="./gui", shell=True)
|
||||
if build != 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue