Skip to content

Commit 853c3ba

Browse files
chore: fix cli entry for testing
1 parent 54433de commit 853c3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dist"
3131
],
3232
"scripts": {
33-
"dev": "tsx ./src/index.ts",
33+
"dev": "tsx ./src/cli-entry.ts --help",
3434
"build": "tsdown",
3535
"test": "vitest"
3636
},

0 commit comments

Comments
 (0)