chore: fix cli entry for testing

This commit is contained in:
Johann Schopplich
2025-11-06 22:20:07 +01:00
parent 54433de930
commit 853c3babea

View File

@@ -30,7 +30,7 @@
"dist"
],
"scripts": {
"dev": "tsx ./src/index.ts",
"dev": "tsx ./src/cli-entry.ts --help",
"build": "tsdown",
"test": "vitest"
},