Skip to content

Commit db49bde

Browse files
committed
fix: update docs
1 parent 1a772fa commit db49bde

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,21 @@
55
```sh
66
git clone https://github.com/uber/react-view
77
cd react-view
8-
yarn
8+
pnpm install
99
```
1010

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

1313
```sh
14-
yarn storybook
14+
pnpm ladle serve
1515
```
1616

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

1919
```sh
20-
yarn test:ci
20+
pnpm typecheck
21+
pnpm lint
22+
pnpm test
2123
```
2224

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

0 commit comments

Comments
 (0)