fix: resolve smoke test failures -- CLI JSON output, port collision, stale DBs
This commit is contained in:
@@ -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:*",
|
||||
|
||||
Reference in New Issue
Block a user