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 e72cca4 commit 57edaeeCopy full SHA for 57edaee
CONTRIBUTING.md
@@ -73,6 +73,12 @@ yarn test
73
yarn lint
74
```
75
76
+Before running `yarn lint`, you must have build our `common` and `notifications` packages.
77
+
78
+```sh
79
+yarn build:deps
80
+```
81
82
## Add yourself as a contributor
83
84
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
0 commit comments