fix: resolve smoke test failures -- CLI JSON output, port collision, stale DBs

This commit is contained in:
Matt Kane
2026-04-02 15:30:36 +01:00
parent 01af46fb83
commit 8e28cfc5d6
12 changed files with 64 additions and 9 deletions

View File

@@ -149,7 +149,8 @@
"prepublishOnly": "node --run build",
"typecheck": "tsgo --noEmit",
"check": "publint && attw --pack --ignore-rules=cjs-resolves-to-esm --ignore-rules=no-resolution --ignore-rules=internal-resolution-error",
"test": "vitest"
"test": "vitest",
"test:smoke": "vitest run --config vitest.smoke.config.ts"
},
"dependencies": {
"@emdash-cms/admin": "workspace:*",