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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,11 @@
15
15
16
16
This repository uses [Lerna](https://github.com/lerna/lerna#readme) to manage multiple packages. Read the documentation there to begin contributing.
17
17
18
+
Note that before a PR will be accepted, you must ensure:
19
+
- all tests are passing
20
+
-`npm run format` reports no issues
21
+
-`npm run lint` reports no issues
22
+
18
23
### Useful Scripts
19
24
20
25
-`npm run bootstrap` This runs `lerna bootstrap` which will install dependencies in this repository's packages and cross-link packages where necessary.
0 commit comments