Skip to content

Commit b9679b6

Browse files
committed
fix: Adjust dev start script
1 parent 88b6a9d commit b9679b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"check:lint": "eslint --ignore-path .gitignore --ext .js,.jsx,.ts,.tsx --no-error-on-unmatched-pattern .",
5656
"clean": "rimraf .nyc_output coverage dist",
5757
"deploy": "exit 0",
58-
"dev": "node --inspect --loader ts-node/esm ./src/start.ts",
58+
"dev": "node --inspect --loader ts-node/esm ./src/cli.ts",
5959
"dist": "npm run clean && npm run build",
6060
"docs": "exit 0",
6161
"fix": "npm run fix:format && npm run fix:lint",

0 commit comments

Comments
 (0)