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:
7
nx.json
7
nx.json
@@ -6,13 +6,14 @@
|
||||
},
|
||||
"tasksRunnerOptions": {
|
||||
"default": {
|
||||
"runner": "nx/tasks-runners/default",
|
||||
"runner": "@nrwl/nx-cloud",
|
||||
"options": {
|
||||
"useDaemonProcess": false,
|
||||
"cacheableOperations": ["build", "lint", "test", "e2e"],
|
||||
"cacheableOperations": ["build", "lint", "test", "ios", "android", "e2e"],
|
||||
"canTrackAnalytics": false,
|
||||
"showUsageWarnings": true,
|
||||
"parallel": 1
|
||||
"parallel": 1,
|
||||
"accessToken": "NzRmNDM3NDgtZjlmNy00MTUwLWIxZDktYjJlZTRhMWM5ODY3fHJlYWQtd3JpdGU="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user