From 8e3a4ed54910eb8271f42b06b7d7ab1da636baa1 Mon Sep 17 00:00:00 2001 From: Welly Date: Sun, 13 Aug 2023 00:38:17 +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 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.