Skip to content

Commit 0eca80f

Browse files
committed
fix(cli): correct CLI paths
1 parent e6919c1 commit 0eca80f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"homepage": "https://github.com/RobinBlomberg/kysely-codegen#readme",
1919
"scripts": {
2020
"build": "tsc",
21-
"dev": "ts-node-dev --quiet --respawn ./src/bin/index.ts",
21+
"dev": "ts-node-dev --quiet --respawn ./src/cli/bin.ts",
2222
"docker:up": "docker-compose up -d",
2323
"fix": "run-s fix:*",
2424
"fix:eslint": "eslint --fix src",
@@ -27,7 +27,7 @@
2727
"lint:eslint": "eslint src",
2828
"lint:prettier": "prettier --check src",
2929
"prepublishOnly": "pnpm test && pnpm build",
30-
"start": "node ./dist/bin/index.js",
30+
"start": "node ./dist/cli/bin.js",
3131
"test": "ts-node-dev ./src/index.test.ts",
3232
"test:watch": "ts-node-dev --quiet --respawn ./src/index.test.ts",
3333
"upgrade": "ncu -u"

0 commit comments

Comments
 (0)