mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 21:51:39 +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",
|
||||
"npmScope": "toeverything",
|
||||
"nxCloudAccessToken": "MzUwNTU4YWItZGFhYi00YjE2LWIxODAtODk4NmIwYjMwYzZkfHJlYWQ=",
|
||||
"tasksRunnerOptions": {
|
||||
"default": {
|
||||
"runner": "nx-cloud",
|
||||
"runner": "nx/tasks-runners/default",
|
||||
"options": {
|
||||
"cacheableOperations": ["build", "test", "e2e", "lint"],
|
||||
"accessToken": "YmQ2NTg1ODktZTk5Mi00YzhiLTk2ZmUtNWQzMDg0NDBkOWM3fHJlYWQtb25seQ=="
|
||||
"runtimeCacheInputs": ["node -v"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -93,8 +93,7 @@
|
||||
"lint-staged": "^15.1.0",
|
||||
"msw": "^2.0.8",
|
||||
"nanoid": "^5.0.3",
|
||||
"nx": "^17.1.3",
|
||||
"nx-cloud": "^16.5.2",
|
||||
"nx": "^17.2.8",
|
||||
"nyc": "^15.1.0",
|
||||
"oxlint": "0.0.22",
|
||||
"prettier": "^3.1.0",
|
||||
|
@ -583,8 +583,7 @@ __metadata:
|
||||
lint-staged: "npm:^15.1.0"
|
||||
msw: "npm:^2.0.8"
|
||||
nanoid: "npm:^5.0.3"
|
||||
nx: "npm:^17.1.3"
|
||||
nx-cloud: "npm:^16.5.2"
|
||||
nx: "npm:^17.2.8"
|
||||
nyc: "npm:^15.1.0"
|
||||
oxlint: "npm:0.0.22"
|
||||
prettier: "npm:^3.1.0"
|
||||
@ -27749,7 +27748,7 @@ __metadata:
|
||||
languageName: node
|
||||
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
|
||||
resolution: "nx@npm:17.2.8"
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user