diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3927ec..600c157 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.