mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 02:21:49 +03:00
feat: update nx config (#5597)
This commit is contained in:
parent
94e24d1b82
commit
dea0aab5e3
5
nx.json
5
nx.json
@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||||||
"npmScope": "toeverything",
|
"npmScope": "toeverything",
|
||||||
|
"nxCloudAccessToken": "MzUwNTU4YWItZGFhYi00YjE2LWIxODAtODk4NmIwYjMwYzZkfHJlYWQ=",
|
||||||
"tasksRunnerOptions": {
|
"tasksRunnerOptions": {
|
||||||
"default": {
|
"default": {
|
||||||
"runner": "nx-cloud",
|
"runner": "nx/tasks-runners/default",
|
||||||
"options": {
|
"options": {
|
||||||
"cacheableOperations": ["build", "test", "e2e", "lint"],
|
"cacheableOperations": ["build", "test", "e2e", "lint"],
|
||||||
"accessToken": "YmQ2NTg1ODktZTk5Mi00YzhiLTk2ZmUtNWQzMDg0NDBkOWM3fHJlYWQtb25seQ=="
|
"runtimeCacheInputs": ["node -v"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -93,8 +93,7 @@
|
|||||||
"lint-staged": "^15.1.0",
|
"lint-staged": "^15.1.0",
|
||||||
"msw": "^2.0.8",
|
"msw": "^2.0.8",
|
||||||
"nanoid": "^5.0.3",
|
"nanoid": "^5.0.3",
|
||||||
"nx": "^17.1.3",
|
"nx": "^17.2.8",
|
||||||
"nx-cloud": "^16.5.2",
|
|
||||||
"nyc": "^15.1.0",
|
"nyc": "^15.1.0",
|
||||||
"oxlint": "0.0.22",
|
"oxlint": "0.0.22",
|
||||||
"prettier": "^3.1.0",
|
"prettier": "^3.1.0",
|
||||||
|
@ -583,8 +583,7 @@ __metadata:
|
|||||||
lint-staged: "npm:^15.1.0"
|
lint-staged: "npm:^15.1.0"
|
||||||
msw: "npm:^2.0.8"
|
msw: "npm:^2.0.8"
|
||||||
nanoid: "npm:^5.0.3"
|
nanoid: "npm:^5.0.3"
|
||||||
nx: "npm:^17.1.3"
|
nx: "npm:^17.2.8"
|
||||||
nx-cloud: "npm:^16.5.2"
|
|
||||||
nyc: "npm:^15.1.0"
|
nyc: "npm:^15.1.0"
|
||||||
oxlint: "npm:0.0.22"
|
oxlint: "npm:0.0.22"
|
||||||
prettier: "npm:^3.1.0"
|
prettier: "npm:^3.1.0"
|
||||||
@ -27749,7 +27748,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"nx@npm:17.2.8, nx@npm:^17.1.3":
|
"nx@npm:17.2.8, nx@npm:^17.1.3, nx@npm:^17.2.8":
|
||||||
version: 17.2.8
|
version: 17.2.8
|
||||||
resolution: "nx@npm:17.2.8"
|
resolution: "nx@npm:17.2.8"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user