Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Jun 3, 2022
1 parent b49778b commit 162bb09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -39,7 +39,6 @@ There're several useful commands that you can use during the development:
- `yarn test` runs the complete test suite.
- `yarn test:watch` runs an interactive test watcher (helpful in development).
- `yarn test:cov` runs the complete test suite with coverage report.
- `yarn test:update` updates the [Jest snapshots](src/__tests__/__snapshots__).
- `yarn build:dev` creates a `dist` folder with an `ESM` build and type definition file for development.
- `yarn build:prod` creates a `dist` folder with package builds (`CJS` & `ESM`) and type definition file. You can test the package locally via [yarn link](https://yarnpkg.com/lang/en/docs/cli/link).
- `yarn clean:dist` deletes the `dist` build folder.
Expand Down

0 comments on commit 162bb09

Please sign in to comment.