Skip to content

Conversation

hectoruch
Copy link
Collaborator

Add required scripts for GitHub Actions workflow execution

  • Add type-check script using tsc --noEmit for TypeScript validation
  • Add lint alias pointing to eslint command for workflow compatibility
  • Enhance test:ci script with proper CI flags and coverage generation
  • Ensure all required scripts are available for auto-publish workflow

This resolves workflow failures when searching for missing scripts like 'type-check' and ensures proper CI/CD pipeline execution.

Add required scripts for GitHub Actions workflow execution

- Add type-check script using tsc --noEmit for TypeScript validation
- Add lint alias pointing to eslint command for workflow compatibility
- Enhance test:ci script with proper CI flags and coverage generation
- Ensure all required scripts are available for auto-publish workflow

This resolves workflow failures when searching for missing scripts
like 'type-check' and ensures proper CI/CD pipeline execution.
@hectoruch hectoruch merged commit faf3340 into main Oct 9, 2025
@hectoruch hectoruch deleted the feat/add-new-scripts branch October 10, 2025 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant