Skip to content

Commit 46bed97

Browse files
authored
Merge branch 'main' into feature/suspense-resolving-data
2 parents 5a61227 + 9cb8eac commit 46bed97

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

nx.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@
6969
"cache": true,
7070
"dependsOn": ["^build"],
7171
"inputs": ["production", "^production"],
72-
"outputs": ["{projectRoot}/build", "{projectRoot}/dist"]
72+
"outputs": [
73+
"{projectRoot}/build",
74+
"{projectRoot}/dist",
75+
"{projectRoot}/dist-cjs"
76+
]
7377
},
7478
"test:build": {
7579
"cache": true,

0 commit comments

Comments
 (0)