Skip to content

Commit b31752b

Browse files
committed
build: include generated examples in nx
1 parent 1f9d01f commit b31752b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nx.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
"outputs": [
3030
"{projectRoot}/dist",
3131
"{projectRoot}/.next",
32-
"{projectRoot}/.source"
32+
"{projectRoot}/.source",
33+
"{projectRoot}/content/examples",
34+
"{projectRoot}/components/example/generated"
3335
]
3436
},
3537
"test": {

0 commit comments

Comments
 (0)