Skip to content

Commit 2aa33e9

Browse files
committed
chore: disable prod mode for storybook
Signed-off-by: Akshat Patel <[email protected]>
1 parent ac05b90 commit 2aa33e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"-t"
7272
],
7373
"configDir": ".storybook",
74-
"outputDir": "dist/docs/storybook"
74+
"outputDir": "dist/docs/storybook",
75+
"enableProdMode": false
7576
}
7677
}
7778
}

0 commit comments

Comments
 (0)