Skip to content

Commit 17fb562

Browse files
committed
feat(cli): add alias "tc-gen"
1 parent 37ab8ef commit 17fb562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"bin":{
8-
"testcase-gen": "lib/cli.js"
8+
"testcase-gen": "lib/cli.js",
9+
"tc-gen": "lib/cli.js"
910
},
1011
"files": [
1112
"lib"

0 commit comments

Comments
 (0)