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 8cc5440 commit 07717faCopy full SHA for 07717fa
packages/etl/package.json
@@ -9,14 +9,14 @@
9
"clean": "rm -rf dist/",
10
"test:integration": "ava test/integration/",
11
"test:unit": "ava test/unit/",
12
- "start": "tsx dist/cli.js",
+ "start": "tsx dist/main.js",
13
"lint": "npx eslint .",
14
"lint:fix": "npx eslint --fix .",
15
"build:deps": "pnpm run --filter=@docmaps/etl^... build",
16
"build": "tsc --declaration"
17
},
18
"bin": {
19
- "docmaps-etl": "dist/cli.js"
+ "docmaps-etl": "dist/main.js"
20
21
"keywords": [],
22
"author": "eve github.com/ships",
packages/etl/src/cli.ts renamed to packages/etl/src/main.ts
0 commit comments