There was an error while loading. Please reload this page.
1 parent 629f1ea commit 8c0ae5fCopy full SHA for 8c0ae5f
2 files changed
packages/septic/package.json
@@ -9,7 +9,7 @@
9
"main": "dist/index.js",
10
"types": "dist/index.d.ts",
11
"bin": {
12
- "septic-config": "./dist/cli/index.js"
+ "sca": "./dist/cli/index.js"
13
},
14
"scripts": {
15
"test": "cross-env NODE_ENV=test mocha",
packages/septic/src/cli/index.ts
@@ -10,6 +10,7 @@ import { formatCommand } from "./format";
import { lintCommand } from "./lint";
yargs(hideBin(process.argv))
+ .scriptName("sca")
.command(formatCommand)
.command(lintCommand)
16
.demandCommand(1, "You need to specify a command")
0 commit comments