Skip to content

Commit e46c13b

Browse files
author
Guilherme Prezzi
committed
docs: notes about building & testing for future contributions
1 parent 3b3779c commit e46c13b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ Thank you for your contribution 🤗!
1414
# install dependencies
1515
yarn install
1616

17-
# run the tests
18-
yarn test
19-
2017
# build the library
2118
yarn build
19+
20+
# run the tests
21+
yarn test
2222
```
2323

24+
> Note that you need to build the library first to run the e2e tests.
25+
2426
## Using `npm link` or `yarn link`
2527

2628
In order to use the library locally on another project, you can use the `npm`|`yarn` link feature.

0 commit comments

Comments
 (0)