fix: Generate release notes import before typecheck in CI

This commit is contained in:
callumalpass 2025-10-05 14:06:03 +11:00
parent 1c4cac9d5f
commit 7069ac3dcf

View file

@ -71,7 +71,11 @@ jobs:
- name: Run linter
run: npm run lint || echo "Linting completed with warnings"
timeout-minutes: 10
- name: Generate release notes import
run: node generate-release-notes-import.mjs
timeout-minutes: 1
- name: Run type check
run: npm run typecheck
timeout-minutes: 5