We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2fa55 commit 8e3a4edCopy full SHA for 8e3a4ed
CONTRIBUTING.md
@@ -26,9 +26,9 @@ You can test new features or debug an issue by the way that I'm using.
26
4. In the **app directory**, run `yarn link-pkg` to link with the package then run `yarn start` to start development.
27
5. Try something cool via the [demo app](app/src).
28
29
-## Development Workflow
+## Scripts
30
31
-There're several useful commands that you can use during the development:
+There're several useful scripts that you can use during the development:
32
33
- `yarn link-pkg` links the package into the [app directory](app). You can develop or debug it via the [demo app](app/src).
34
- `yarn start` creates a `dist` folder with an `ESM` build and type definition file by `rollup` watch mode.
0 commit comments