mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 12:45:55 +08:00
build: enable nx cloud (#2812)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user