Skip to content

Commit d9660fe

Browse files
authored
fix: resolve the right config file and args from cli (#20)
1 parent b765d45 commit d9660fe

File tree

6 files changed

+651
-540
lines changed

6 files changed

+651
-540
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"build": "tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean",
5252
"watch": "npm run build -- --watch src",
5353
"start": "esno src/cli/run.ts",
54+
"test": "vitest",
5455
"upgrade": "npm-check -u && npm audit fix",
5556
"bumpp": "esno src/cli/run.ts",
5657
"prepublishOnly": "npm run clean && npm run build",
@@ -80,6 +81,7 @@
8081
"picocolors": "^1.0.0",
8182
"rimraf": "^5.0.5",
8283
"tsup": "^8.0.2",
83-
"typescript": "^5.3.3"
84+
"typescript": "^5.3.3",
85+
"vitest": "^1.3.1"
8486
}
8587
}

0 commit comments

Comments
 (0)