1
mirror of https://github.com/jakejarvis/rdapper.git synced 2025-10-18 20:14:27 -04:00

Update CLI script path to use .js extension

This commit is contained in:
2025-10-14 13:01:03 -04:00
parent 08a5b9a576
commit c3a68639b6

View File

@@ -36,7 +36,7 @@
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"cli": "node bin/cli.cjs",
"cli": "node bin/cli.js",
"typecheck": "tsc --noEmit",
"test": "vitest",
"test:run": "vitest run",