Skip to content

Commit 3ff4f6b

Browse files
committed
fix: web-type.json lose, close #4860
1 parent b6c1b3e commit 3ff4f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antd-tools/generator-types/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ try {
77
parseAndWrite({
88
version: pkg.version,
99
name: 'types',
10-
path: path.resolve(rootPath, './v2-doc/src/docs'),
10+
path: path.resolve(rootPath, './components'),
1111
// default match lang
1212
test: /en-US\.md/,
1313
outputDir: path.resolve(rootPath, './vetur'),

0 commit comments

Comments
 (0)