diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10afef4..d5c8efc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1 @@ -Source code contributions into `server/` should pass static code analysis as performed by `npm run lint`. +Source code contributions should pass static code analysis as performed by `npm run lint` in `server` and `app` respectively.