We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3779c commit e46c13bCopy full SHA for e46c13b
CONTRIBUTING.md
@@ -14,13 +14,15 @@ Thank you for your contribution 🤗!
14
# install dependencies
15
yarn install
16
17
-# run the tests
18
-yarn test
19
-
20
# build the library
21
yarn build
+
+# run the tests
+yarn test
22
```
23
24
+> Note that you need to build the library first to run the e2e tests.
25
26
## Using `npm link` or `yarn link`
27
28
In order to use the library locally on another project, you can use the `npm`|`yarn` link feature.
0 commit comments