mirror of
https://github.com/iflytek/skillhub.git
synced 2026-09-20 00:11:21 +00:00
fix: add shebang to cli.ts for npm bin to work properly
This commit is contained in:
parent
de7be0fc7d
commit
8c87cc5fe4
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
import { Command } from "commander";
|
||||
import { readFileSync } from "node:fs";
|
||||
import { resolve } from "node:path";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue