You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,12 @@ You need to provide your own UI component (referred to as the HoverOverlay) that
28
28
## Development
29
29
30
30
```sh
31
-
npm install
32
-
npmtest
31
+
yarn
32
+
yarntest
33
33
34
34
# Helpful options:
35
-
npmtest -- --single-run # Don't rerun on changes
36
-
npmtest -- --browsers Chrome # Only run in Chrome
35
+
yarntest -- --single-run # Don't rerun on changes
36
+
yarntest -- --browsers Chrome # Only run in Chrome
37
37
```
38
38
39
39
Development is done by running tests. [Karma](https://github.com/karma-runner/karma) is used to run
@@ -45,7 +45,7 @@ You can run specific tests by [adding `.only` to `describe` or `it` calls](https
45
45
## Releases
46
46
47
47
Releases are done automatically in CI when commits are merged into master by analyzing [Conventional Commit Messages](https://conventionalcommits.org/).
48
-
After running `npm install`, commit messages will be linted automatically when committing.
48
+
After running `yarn`, commit messages will be linted automatically when committing.
49
49
You may have to rebase a branch before merging to ensure it has a proper commit history.
0 commit comments