feat: add CI unit test, /api/health, Dockerfile HEALTHCHECK, bundle-analyzer
This commit is contained in:
@@ -67,6 +67,9 @@ jobs:
|
||||
- name: Typecheck
|
||||
run: npm run typecheck
|
||||
|
||||
- name: Unit tests
|
||||
run: npm run test:unit
|
||||
|
||||
- name: Architecture scan
|
||||
run: |
|
||||
npm run arch:scan
|
||||
|
||||
Reference in New Issue
Block a user