build: enable nx cloud (#2812)

This commit is contained in:
Alex Yang
2023-06-17 19:36:55 +08:00
committed by GitHub
parent 0e01094ffd
commit c249cdf76a
3 changed files with 74 additions and 6 deletions
+9 -4
View File
@@ -3,9 +3,10 @@
"npmScope": "toeverything",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"runner": "nx-cloud",
"options": {
"cacheableOperations": ["build", "test"]
"cacheableOperations": ["build", "test"],
"accessToken": "MjNlN2ViZmMtNDM4NS00MDViLWE0NjUtNGFhNmIyMTc1ZDVhfHJlYWQtd3JpdGU="
}
}
},
@@ -65,8 +66,12 @@
"e2e": {
"dependsOn": ["^build"],
"inputs": [
{ "runtime": "node -v" },
{ "runtime": "yarn playwright --version" }
{
"runtime": "node -v"
},
{
"runtime": "yarn playwright --version"
}
]
},
"dev": {