Skip to content

Commit 06a68d2

Browse files
committed
build: 📦 fix cache error by downgrading nx to v19
Cf. nrwl/nx#28930
1 parent bdb0d11 commit 06a68d2

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed

‎bun.lockb‎

8.9 KB
Binary file not shown.

‎nx.json‎

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
3+
"nxCloudId": "65f9bd85d37bcc7028b71091",
34
"targetDefaults": {
45
"build": {
56
"cache": true,
@@ -35,13 +36,5 @@
3536
"targetName": "lint"
3637
}
3738
}
38-
],
39-
"tasksRunnerOptions": {
40-
"default": {
41-
"runner": "nx-cloud",
42-
"options": {
43-
"nxCloudId": "65f9bd85d37bcc7028b71091"
44-
}
45-
}
46-
}
39+
]
4740
}

‎package.json‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"@docusaurus/module-type-aliases": "3.4.0",
1919
"@docusaurus/tsconfig": "3.4.0",
2020
"@docusaurus/types": "3.4.0",
21-
"@nx/eslint": "20.1.2",
22-
"@nx/eslint-plugin": "20.1.2",
23-
"@nx/react": "20.1.2",
24-
"@nx/vite": "20.1.2",
25-
"@nx/web": "20.1.2",
26-
"@nx/workspace": "20.1.2",
21+
"@nx/eslint": "19.8.9",
22+
"@nx/eslint-plugin": "19.8.9",
23+
"@nx/react": "19.8.9",
24+
"@nx/vite": "19.8.9",
25+
"@nx/web": "19.8.9",
26+
"@nx/workspace": "19.8.9",
2727
"@testing-library/jest-dom": "6.4.2",
2828
"@testing-library/react": "15.0.6",
2929
"@typescript-eslint/eslint-plugin": "7.18.0",
@@ -37,8 +37,8 @@
3737
"eslint-plugin-react-hooks": "5.0.0",
3838
"firebase-tools": "13.10.2",
3939
"jsdom": "24.0.0",
40-
"nx": "20.1.2",
41-
"nx-cloud": "latest",
40+
"nx": "19.8.9",
41+
"nx-cloud": "19.1.0",
4242
"prettier": "3.2.5",
4343
"typescript": "5.5.4",
4444
"vite": "5.2.8",

0 commit comments

Comments
 (0)