Update nx (major) (#33931)

* Update nx

* Fix nx config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2026-06-23 10:03:31 +00:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Michael Telatynski
parent c11088bb1d
commit 92076e00fb
3 changed files with 105 additions and 74 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
"continuous": true
},
"typedoc": {
"cache": "true",
"cache": true,
"command": "typedoc",
"inputs": ["src", "{projectRoot}/typedoc.json"],
"outputs": ["{projectRoot}/typedoc"],
@@ -25,7 +25,7 @@
"dependsOn": ["^build"]
},
"storybook": {
"cache": "true",
"cache": true,
"inputs": ["src", "{projectRoot}/.storybook", "{projectRoot}/typedoc"],
"outputs": ["{projectRoot}/storybook-static"],
"executor": "nx:run-commands",