Skip to content

Commit 8c0ae5f

Browse files
committed
Update name of binary cli
1 parent 629f1ea commit 8c0ae5f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/septic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "dist/index.js",
1010
"types": "dist/index.d.ts",
1111
"bin": {
12-
"septic-config": "./dist/cli/index.js"
12+
"sca": "./dist/cli/index.js"
1313
},
1414
"scripts": {
1515
"test": "cross-env NODE_ENV=test mocha",

packages/septic/src/cli/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { formatCommand } from "./format";
1010
import { lintCommand } from "./lint";
1111

1212
yargs(hideBin(process.argv))
13+
.scriptName("sca")
1314
.command(formatCommand)
1415
.command(lintCommand)
1516
.demandCommand(1, "You need to specify a command")

0 commit comments

Comments
 (0)