Commit dd6db74
committed
chore: remove redundant -ci script aliases
Remove duplicate script aliases that just forward to base commands:
- lint-ci → use 'lint' in CI
- test-ci → use 'vitest run' in CI
- type-ci → use 'check' in CI
Update CI workflow to call base commands directly. This simplifies
the scripts section and follows the pattern from socket-cli.1 parent 53e645e commit dd6db74
2 files changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
734 | | - | |
735 | 734 | | |
736 | 735 | | |
737 | 736 | | |
738 | | - | |
739 | | - | |
740 | 737 | | |
741 | 738 | | |
742 | 739 | | |
| |||
0 commit comments