Skip to content

Commit 5dd63b6

Browse files
committed
Change output dir
1 parent fa430d8 commit 5dd63b6

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

styleguide.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ module.exports = {
55
styleguideComponents: {
66
Wrapper: __dirname + "/src/styleguide/Wrapper.tsx",
77
},
8-
ignore: ["**/*.connect.tsx"]
8+
ignore: ["**/*.connect.tsx"],
9+
styleguideDir: "docs",
910
};

0 commit comments

Comments
 (0)