Skip to content

Commit 8020677

Browse files
authored
update DEVELOPING.md (#67)
1 parent 799239f commit 8020677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npm run build
1919
You can watch to rebuild on every change using:
2020

2121
```console
22-
npm run dev
22+
npm run watch
2323
```
2424

2525
To test, you may run the example Storybook:
@@ -28,7 +28,7 @@ To test, you may run the example Storybook:
2828
npm run storybook
2929
```
3030

31-
For a manual testing workflow, you should run `dev` and `storybook` at the same time.
31+
For a manual testing workflow, you should run `watch` and `storybook` at the same time.
3232

3333
## Testing local version elsewhere
3434

0 commit comments

Comments
 (0)