Skip to content

Commit 35d063c

Browse files
committed
build: make the build:site task also depends on the docs pages
1 parent 39b7f9f commit 35d063c

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/**/*"],
28+
"inputs": ["{workspaceRoot}/examples/**/*", "{workspaceRoot}/docs/**/*"],
2929
"outputs": [
3030
"{projectRoot}/dist",
3131
"{projectRoot}/.next",

0 commit comments

Comments
 (0)