Skip to content

Commit

Permalink
fix: web-type.json lose, close #4860
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Dec 24, 2021
1 parent b6c1b3e commit 3ff4f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antd-tools/generator-types/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ try {
parseAndWrite({
version: pkg.version,
name: 'types',
path: path.resolve(rootPath, './v2-doc/src/docs'),
path: path.resolve(rootPath, './components'),
// default match lang
test: /en-US\.md/,
outputDir: path.resolve(rootPath, './vetur'),
Expand Down

0 comments on commit 3ff4f6b

Please sign in to comment.