Skip to content

Commit f0d6364

Browse files
committed
chore: anything within docs app should re-trigger builds
1 parent f7760d7 commit f0d6364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build:site": {
2626
"cache": true,
2727
"dependsOn": ["^build"],
28-
"inputs": ["{workspaceRoot}/examples/**/*", "{projectRoot}/docs/**/*"],
28+
"inputs": ["{workspaceRoot}/examples/**/*", "{projectRoot}/**/*"],
2929
"outputs": [
3030
"{projectRoot}/dist",
3131
"{projectRoot}/.next",

0 commit comments

Comments
 (0)