Skip to content

Commit e998419

Browse files
fix cli package.json
1 parent 555f998 commit e998419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CLI tool to scaffold Better-T Stack projects",
55
"type": "module",
66
"bin": {
7-
"create-better-t-stack": "./dist/index.js"
7+
"create-better-t-stack": "dist/index.js"
88
},
99
"scripts": {
1010
"build": "tsup",

0 commit comments

Comments
 (0)