peterportal-public-api
peterportal-public-api copied to clipboard
Issue #221
Reference Issues
Add TypeScript checks to actions
Summary of Change/Fix
- Remove
"watch": true
fromtsconfig.json
to prevent test timeouts - Add
"build": "tsc"
topackage.json
scripts for TypeScript compilation - Add
npm run build
afternpm test
in.github/workflows/tests.yml