Skip to content

Commit

Permalink
build(dev): don't need to remove Tauri sidecar binary anymore
Browse files Browse the repository at this point in the history
Former-commit-id: 9a5971a
  • Loading branch information
burdiyan committed May 20, 2022
1 parent 407145d commit 3a9a125
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def main():
)
def build_desktop(args):
run("plz build //frontend:app //backend:mintterd")
run("rm -rf target/debug/mintter*")
run("cargo tauri build --debug")

@cmd(cmds, "run-backend", "Build and run mintterd binary for the current platform.")
Expand All @@ -93,7 +92,6 @@ def main():

@cmd(cmds, "run-desktop", "Run Tauri desktop app for development.")
def run_desktop(args):
run("rm -rf target/debug/mintter*")
run("plz build //backend:mintterd //:yarn")
return run("cd desktop/app && cargo tauri dev", args=args)

Expand Down

0 comments on commit 3a9a125

Please sign in to comment.