Skip to content

Commit

Permalink
build-desktop now run on testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Mar 7, 2024
1 parent 05603fb commit a31c5c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ def main():
run("./scripts/cleanup-desktop.sh")
run("yarn install")
run("plz build //backend:mintterd //:yarn")

testnet_var = "MINTTER_P2P_TESTNET_NAME"
if testnet_var not in os.environ:
os.environ[testnet_var] = "dev"

run("VITE_DESKTOP_APPDATA=Mintter.local yarn desktop:make")

@cmd(cmds, "test-desktop", "Run frontend desktop tests.")
Expand Down

0 comments on commit a31c5c5

Please sign in to comment.