Skip to content

Commit b912f06

Browse files
committed
chore(repo): adjust nx related project relationships
1 parent daa64e4 commit b912f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"cache": true
77
},
88
"package": {
9-
"dependsOn": ["^build"],
9+
"dependsOn": ["build"],
1010
"inputs": ["production", "^production"],
11-
"cache": true
11+
"cache": false
1212
},
1313
"build-storybook": {
1414
"inputs": ["default", "^production", "{projectRoot}/.storybook/**/*", "{projectRoot}/tsconfig.storybook.json"],

0 commit comments

Comments
 (0)