chore: add test script to linkedin-search cli package.json (#38)

Matches the jobindex-search convention; follow-up noted in #35 review.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Mads Lorentzen
2026-07-06 21:25:25 +02:00
committed by GitHub
co-authored by Claude Fable 5
parent e595663dc1
commit a0d576e0ca
@@ -9,6 +9,7 @@
},
"scripts": {
"start": "bun run src/cli.ts",
"test": "bun test --timeout 30000",
"typecheck": "tsc --noEmit"
},
"dependencies": {},