Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
package.json cleanuo
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Jan 11, 2024
1 parent af7c436 commit 6ea3a40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dev
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def main():
def test_desktop(args):
run("yarn workspace @mintter/ui generate")
run("plz build //backend:mintterd //:yarn")
run("yarn desktop:package")

testnet_var = "MINTTER_P2P_TESTNET_NAME"
if testnet_var not in os.environ:
Expand Down
1 change: 0 additions & 1 deletion frontend/apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"test:only": "NODE_ENV=test yarn e2e",
"package:test": "NODE_ENV=test VITE_DESKTOP_P2P_PORT=5800 VITE_DESKTOP_HTTP_PORT=58001 VITE_DESKTOP_GRPC_PORT=58002 VITE_DESKTOP_APPDATA=appData.test.local NODE_ENV=test yarn package",
"e2e": "NODE_ENV=test npx playwright test --project=e2e",
"e2e:ui": "NODE_ENV=test npx playwright test --project=e2e --ui",
"e2e:debug": "NODE_ENV=test PWDEBUG=1 yarn e2e",
"e2e:report": "NODE_ENV=test npx playwright show-report"
},
Expand Down

0 comments on commit 6ea3a40

Please sign in to comment.