Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d57321

Browse files
author
Rachèl Heimbach
committed
Fix Storybook
1 parent 96a6b31 commit 6d57321

24 files changed

+1042
-3026
lines changed

angular.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,14 @@
9797
"storybook": {
9898
"builder": "@storybook/angular:start-storybook",
9999
"options": {
100+
"configDir": ".storybook",
100101
"browserTarget": "ov-angular-advanced:build",
101102
"styles": [".storybook/styles.scss", "src/styles.scss"],
102103
"port": 6006
103104
}
104105
},
105106
"build-storybook": {
107+
"configDir": ".storybook",
106108
"builder": "@storybook/angular:build-storybook",
107109
"options": {
108110
"browserTarget": "ov-angular-advanced:build"

0 commit comments

Comments
 (0)