mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-11 04:15:32 -04:00
Update CLI script path to use .js extension
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user