Skip to content

Commit 07f8acd

Browse files
committed
Updated readme developer guide with additional workflow commands
1 parent d9980d3 commit 07f8acd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ import { Card } from "andculturecode-javascript-react-components";
2828
### Active development
2929

3030
```shell
31-
$: npm run storybook
31+
npm install
32+
npm run storybook # visually test components
33+
npm run watch:test # automatically re-run test suite on change
34+
npm run watch:coverage # automatically re-run test suite, along with code coverage, on change
3235
```
3336

3437
###

0 commit comments

Comments
 (0)