Skip to content

Commit

Permalink
chore(deps): update nx to 13.8.0
Browse files Browse the repository at this point in the history
See nrwl/nx#8790 and nrwl/nx#8882 for information about storybook config changes.
  • Loading branch information
klingebiel committed Feb 9, 2022
1 parent 23135f1 commit 7ac52a8
Show file tree
Hide file tree
Showing 5 changed files with 12,756 additions and 17,475 deletions.
7 changes: 6 additions & 1 deletion libs/storybook/.storybook/tsconfig.json
Expand Up @@ -5,5 +5,10 @@
},

"exclude": ["../**/*.spec.ts"],
"include": ["../src/**/*", "*.js"]
"include": [
"../src/**/*",
"*.js",
"../../../**/*.stories.ts",
"../../../apps/client/src/polyfills.ts"
]
}
6 changes: 4 additions & 2 deletions libs/storybook/project.json
Expand Up @@ -11,7 +11,8 @@
"port": 4400,
"config": {
"configFolder": "libs/storybook/.storybook"
}
},
"projectBuildConfig": "client"
},
"configurations": {
"ci": {
Expand All @@ -27,7 +28,8 @@
"outputPath": "dist/storybook/storybook",
"config": {
"configFolder": "libs/storybook/.storybook"
}
},
"projectBuildConfig": "client"
},
"configurations": {
"ci": {
Expand Down

0 comments on commit 7ac52a8

Please sign in to comment.