Skip to content

Commit cbd22df

Browse files
committed
chore: cleanup
1 parent a34d344 commit cbd22df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/scripts/run-automated.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const spawned_process = spawn(
1515
"npx",
1616
[
1717
"nx",
18-
"run",
19-
`apps-automated:debug:${platform}`,
18+
"debug",
19+
`apps-automated ${platform}`,
2020
// "--log=trace",
2121
// `--flags="--log=trace"`,
2222
"--timeout=600" // 10 minutes, booting avds on CI is very slow...

0 commit comments

Comments
 (0)