Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 197 Bytes

File metadata and controls

14 lines (10 loc) · 197 Bytes

žée

� Running CI Checks Locally

Before opening a Pull Request to dev, run these checks locally:

Node.js Backend API

npm install
npm run lint
npm run type-check
npm test