Skip to content

Commit 4ce6b3e

Browse files
committed
fix: update cli script on package.json
1 parent a7b4392 commit 4ce6b3e

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
@@ -3,7 +3,8 @@
33
"version": "2.0.0-rc.2",
44
"description": "Deploy custom push protections and policies on top of Git.",
55
"scripts": {
6-
"cli": "node ./packages/git-proxy-cli/index.js",
6+
"cli": "tsx ./packages/git-proxy-cli/index.ts",
7+
"cli:js": "node ./packages/git-proxy-cli/dist/index.js",
78
"client": "vite --config vite.config.ts",
89
"clientinstall": "npm install --prefix client",
910
"server": "tsx index.ts",

0 commit comments

Comments
 (0)