ci: run typecheck and tests before npm publish

This commit is contained in:
Ivan Pereira
2026-07-14 03:26:33 +01:00
parent 5b6bb41c3f
commit e6a194bd85
+3
View File
@@ -31,5 +31,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
- name: Verify
run: npm run typecheck && npm test
- name: Publish - name: Publish
run: npm publish --provenance --access public run: npm publish --provenance --access public