Skip to content

Commit

Permalink
rename cli.ts to main.ts (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ships committed Dec 20, 2023
1 parent 8cc5440 commit 07717fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/etl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"clean": "rm -rf dist/",
"test:integration": "ava test/integration/",
"test:unit": "ava test/unit/",
"start": "tsx dist/cli.js",
"start": "tsx dist/main.js",
"lint": "npx eslint .",
"lint:fix": "npx eslint --fix .",
"build:deps": "pnpm run --filter=@docmaps/etl^... build",
"build": "tsc --declaration"
},
"bin": {
"docmaps-etl": "dist/cli.js"
"docmaps-etl": "dist/main.js"
},
"keywords": [],
"author": "eve github.com/ships",
Expand Down
File renamed without changes.

0 comments on commit 07717fa

Please sign in to comment.