Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen authored Aug 12, 2023
1 parent 5794e85 commit 67d4fc4
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 @@ -27,9 +27,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:dev` to start development.
5. Try something cool via the [playground](app/src/App).

## Useful Commands
## 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 [playground](app/src/App).
- `yarn start` creates a `dist` folder with an `ESM` build and type definition file by `rollup` watch mode.
Expand Down

0 comments on commit 67d4fc4

Please sign in to comment.