Skip to content

Commit

Permalink
fix: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taifen committed Dec 18, 2023
1 parent 1a772fa commit db49bde
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@
```sh
git clone https://github.com/uber/react-view
cd react-view
yarn
pnpm install
```

2. You can test your changes inside of the storybook:
2. You can test your changes inside of the Ladle dev server by running:

```sh
yarn storybook
pnpm ladle serve
```

3. When done, run all unit tests, e2e tests, typescript check and eslint via:

```sh
yarn test:ci
pnpm typecheck
pnpm lint
pnpm test
```

All features and bug fixes should be covered by unit or e2e tests.

0 comments on commit db49bde

Please sign in to comment.