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:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Michael Telatynski
parent
c11088bb1d
commit
92076e00fb
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user