Commit faf3340
authored
fix(package): add missing CI scripts for workflow compatibility (#39)
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.1 parent bd1c7d9 commit faf3340
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments