mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
fix docs build
This commit is contained in:
parent
04a8d2a010
commit
b5bd13d643
@ -70,6 +70,10 @@
|
||||
},
|
||||
"jest": {
|
||||
"automock": false,
|
||||
"testPathIgnorePatterns": [
|
||||
"node_modules",
|
||||
"docs"
|
||||
],
|
||||
"collectCoverage": true,
|
||||
"unmockedModulePathPatterns": [
|
||||
"node_modules/react/",
|
||||
|
@ -16,6 +16,7 @@
|
||||
},
|
||||
"exclude": [
|
||||
"typings/globals",
|
||||
"docs",
|
||||
"typings/modules",
|
||||
"node_modules",
|
||||
"dist",
|
||||
|
Loading…
x
Reference in New Issue
Block a user