Skip to content

Commit 07717fa

Browse files
authored
rename cli.ts to main.ts (#225)
1 parent 8cc5440 commit 07717fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/etl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"clean": "rm -rf dist/",
1010
"test:integration": "ava test/integration/",
1111
"test:unit": "ava test/unit/",
12-
"start": "tsx dist/cli.js",
12+
"start": "tsx dist/main.js",
1313
"lint": "npx eslint .",
1414
"lint:fix": "npx eslint --fix .",
1515
"build:deps": "pnpm run --filter=@docmaps/etl^... build",
1616
"build": "tsc --declaration"
1717
},
1818
"bin": {
19-
"docmaps-etl": "dist/cli.js"
19+
"docmaps-etl": "dist/main.js"
2020
},
2121
"keywords": [],
2222
"author": "eve github.com/ships",
File renamed without changes.

0 commit comments

Comments
 (0)