Update CONTRIBUTING.md

This commit is contained in:
Danny Avila 2023-09-26 11:43:57 -04:00 committed by GitHub
parent 6c16e910e7
commit be73deddcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ Project maintainers have the right and responsibility to remove, edit, or reject
4. Clear web app localStorage and cookies before and after changes. 4. Clear web app localStorage and cookies before and after changes.
5. For frontend changes: 5. For frontend changes:
- Install typescript globally: `npm i -g typescript`. - Install typescript globally: `npm i -g typescript`.
- Compile typescript before and after changes to check for introduced errors: `tsc --noEmit`. - Compile typescript before and after changes to check for introduced errors: `cd client && tsc --noEmit`.
6. Run tests locally: 6. Run tests locally:
- Backend unit tests: `npm run test:api` - Backend unit tests: `npm run test:api`
- Frontend unit tests: `npm run test:client` - Frontend unit tests: `npm run test:client`