From d00ab4a9b2f75901aa5ec52255a6a1d84398ea97 Mon Sep 17 00:00:00 2001 From: Welly Date: Sun, 13 Aug 2023 00:40:16 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 678900a..7d73811 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.