We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6919c1 commit 0eca80fCopy full SHA for 0eca80f
package.json
@@ -18,7 +18,7 @@
18
"homepage": "https://github.com/RobinBlomberg/kysely-codegen#readme",
19
"scripts": {
20
"build": "tsc",
21
- "dev": "ts-node-dev --quiet --respawn ./src/bin/index.ts",
+ "dev": "ts-node-dev --quiet --respawn ./src/cli/bin.ts",
22
"docker:up": "docker-compose up -d",
23
"fix": "run-s fix:*",
24
"fix:eslint": "eslint --fix src",
@@ -27,7 +27,7 @@
27
"lint:eslint": "eslint src",
28
"lint:prettier": "prettier --check src",
29
"prepublishOnly": "pnpm test && pnpm build",
30
- "start": "node ./dist/bin/index.js",
+ "start": "node ./dist/cli/bin.js",
31
"test": "ts-node-dev ./src/index.test.ts",
32
"test:watch": "ts-node-dev --quiet --respawn ./src/index.test.ts",
33
"upgrade": "ncu -u"
0 commit comments