Skip to content

Commit

Permalink
fix(cli): correct CLI paths
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBlomberg committed Oct 11, 2023
1 parent e6919c1 commit 0eca80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/RobinBlomberg/kysely-codegen#readme",
"scripts": {
"build": "tsc",
"dev": "ts-node-dev --quiet --respawn ./src/bin/index.ts",
"dev": "ts-node-dev --quiet --respawn ./src/cli/bin.ts",
"docker:up": "docker-compose up -d",
"fix": "run-s fix:*",
"fix:eslint": "eslint --fix src",
Expand All @@ -27,7 +27,7 @@
"lint:eslint": "eslint src",
"lint:prettier": "prettier --check src",
"prepublishOnly": "pnpm test && pnpm build",
"start": "node ./dist/bin/index.js",
"start": "node ./dist/cli/bin.js",
"test": "ts-node-dev ./src/index.test.ts",
"test:watch": "ts-node-dev --quiet --respawn ./src/index.test.ts",
"upgrade": "ncu -u"
Expand Down

0 comments on commit 0eca80f

Please sign in to comment.