We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b4392 commit 4ce6b3eCopy full SHA for 4ce6b3e
package.json
@@ -3,7 +3,8 @@
3
"version": "2.0.0-rc.2",
4
"description": "Deploy custom push protections and policies on top of Git.",
5
"scripts": {
6
- "cli": "node ./packages/git-proxy-cli/index.js",
+ "cli": "tsx ./packages/git-proxy-cli/index.ts",
7
+ "cli:js": "node ./packages/git-proxy-cli/dist/index.js",
8
"client": "vite --config vite.config.ts",
9
"clientinstall": "npm install --prefix client",
10
"server": "tsx index.ts",
0 commit comments