Skip to content

Commit

Permalink
fix: #1444 CONTRIBUTING doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Sep 26, 2024
1 parent 748b85b commit d6492fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Please add a type to `export`ed variables. When we generate props files, it will
Please run the following to update prop files.

```sh
npm run gen:props
pnpm gen:docs && pnpm gen:compo-data
```

This script will update/generate files in `src/routes/props`.
This script will update component document and update/generate files in `src/routes/component-data`.

Again avoid type inference for `export`ed variables.

Expand Down Expand Up @@ -62,5 +62,5 @@ git commit -a "feat: change btnClass name to bClass" -m "BREAKING CHANGE: change
<p>Before submitting a PR, please run a test:</p>
```sh
npm run test
pnpm test:integration
```

0 comments on commit d6492fd

Please sign in to comment.