Skip to content

Commit

Permalink
chore: fix typo api.json (#565) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy7259 authored and yyx990803 committed Dec 30, 2019
1 parent 3980ad6 commit 9996d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The `--types` flag will generate type declarations during the build and in addit

- Roll the declarations into a single `.dts` file for each package;
- Generate an API report in `<projectRoot>/temp/<packageName>.api.md`. This report contains potential warnings emitted by [api-extractor](https://api-extractor.com/).
- Generate an API model json in `<projectRoot>/temp/<packageName>.api.md`. This file can be used to generate a Markdown version of the exported APIs.
- Generate an API model json in `<projectRoot>/temp/<packageName>.api.json`. This file can be used to generate a Markdown version of the exported APIs.

### `yarn dev`

Expand Down

0 comments on commit 9996d7a

Please sign in to comment.