Skip to content

Commit 06d989b

Browse files
authored
chore(react-utilities): properly configure prebuild target nx cache (#35146)
1 parent eb7f6d5 commit 06d989b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: properly configure prebuild target nx cache",
4+
"packageName": "@fluentui/react-utilities",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}

packages/react-components/react-utilities/project.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"targets": {
99
"prebuild": {
1010
"executor": "nx:run-commands",
11+
"cache": true,
12+
"inputs": [
13+
{ "externalDependencies": ["@types/react"] },
14+
"{projectRoot}/scripts/expand-jsx-intrinsic-elements.ts"
15+
],
16+
"outputs": ["{projectRoot}/src/utils/generated-types.ts"],
1117
"options": {
1218
"commands": [
1319
"node -r ../../../scripts/ts-node/src/register scripts/expand-jsx-intrinsic-elements.ts --target-file ./src/utils/generated-types.ts --omit-elements set,center,search",

0 commit comments

Comments
 (0)