Skip to content

Commit 21eb11c

Browse files
committed
ensure storybook config changes trigger storybook rebuild and deployment
1 parent 0f8aeae commit 21eb11c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"build-storybook": {
2424
"dependsOn": ["prebuild", "^build"],
25-
"inputs": ["production", "^production"],
25+
"inputs": ["production", "^production", "{projectRoot}/.storybook/**/*"],
2626
"outputs": ["{projectRoot}/storybook-static"],
2727
"cache": true
2828
},

0 commit comments

Comments
 (0)