Skip to content

Commit b812b4f

Browse files
Brandon ChenBrandon Chen
authored andcommitted
fix: downgrade tsc-alias to resolve CI build error
- Downgrade tsc-alias from 1.8.16 to 1.7.0 to fix commander option parsing error - Resolves GitHub Actions build failure while maintaining relative path functionality
1 parent 4476440 commit b812b4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"prettier": "3.3.2",
5656
"ts-node": "^10.9.2",
5757
"ts-pattern": "^5.5.0",
58-
"tsc-alias": "^1.8.16",
58+
"tsc-alias": "1.7.0",
5959
"tsconfig-paths": "4.2.0",
6060
"types": "^0.1.1",
6161
"typescript": "5.5.4",

0 commit comments

Comments
 (0)