Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/fmdapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
"format": "biome format --write .",
"dev": "tsc --watch",
"ci": "pnpm build && pnpm check-format && pnpm publint --strict && pnpm test",
"test": "doppler run -- vitest run",
"test": "vitest run",
"test:e2e": "doppler run -- vitest run tests/e2e",
"capture": "doppler run -- npx tsx scripts/capture-responses.ts",
"typecheck": "tsc --noEmit",
"changeset": "changeset",
"release": "pnpm build && changeset publish --access public",
Expand Down
Loading
Loading