update index script in package.json

This commit is contained in:
Antoine Kingue 2024-03-04 16:07:12 +01:00
parent 254202019b
commit eaf8a60cce

View File

@ -19,7 +19,7 @@
"typescript"
],
"scripts": {
"index": "ts-node ./src/index.ts",
"index": "ts-node ./src/cli.ts",
"build": "tsup",
"dev": "tsup --watch"
},