Skip to content

Commit 380c62f

Browse files
authored
Merge pull request #893 from HelixDesignSystem/patch-readme
chore(readme): add test build instructions
2 parents 1ea5511 + 4ac987e commit 380c62f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,10 @@ markup, styles, and behavior across a variety of frameworks.
3737

3838
## Run Component Test Suite
3939

40-
1. `$ yarn test` to run the full component test suite
40+
### Initial Run (or on code updates)
41+
42+
- `$ yarn test:build` to compile code and run the full component test suite
43+
44+
### Just making changes to tests
45+
46+
- `$ yarn test` to run the full component test suite

0 commit comments

Comments
 (0)