Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Aug 12, 2023
1 parent 69ba9c3 commit 787c60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ You can test new features or debug an issue by the way that I'm using.
4. In the **app directory**, run `yarn link-pkg` to link with the package then run `yarn start` to start development.
5. Try something cool via the [demo app](app/src).

## Development Workflow
## Scripts

There're several useful commands that you can use during the development:
There're several useful scripts that you can use during the development:

- `yarn link-pkg` links the package into the [app directory](app). You can develop or debug it via the [demo app](app/src).
- `yarn start` creates a `dist` folder with an `ESM` build and type definition file by `rollup` watch mode.
Expand Down

0 comments on commit 787c60b

Please sign in to comment.