mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: nx-cloud setup (#10110)
This commit is contained in:
@@ -11,13 +11,11 @@ const TIMEOUT_MS = 5 * 60 * 1000; // 5 minutes
|
||||
|
||||
const platform = process.argv[2];
|
||||
const spawned_process = spawn(
|
||||
"ns",
|
||||
"npx",
|
||||
[
|
||||
"--path=./apps/automated",
|
||||
"nx",
|
||||
"run",
|
||||
platform,
|
||||
"--no-hmr",
|
||||
"--force",
|
||||
`apps-automated:${platform}`,
|
||||
// "--log=trace",
|
||||
"--timeout=600" // 10 minutes, booting avds on CI is very slow...
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user