You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"format": "biome format --write vitest.coverage.shared.mts && npm run format --workspaces",
"lint": "biome lint vitest.coverage.shared.mts --error-on-warnings && npm run lint --workspaces",
"typecheck": "tsc -b && npm run typecheck:tests --workspaces",
"test": "npm run test -w @authplane/sdk && npm run test -w @authplane/mcp && npm run test -w @authplane/fastmcp && npm run test -w @authplane/hono && npm run test -w @authplane/nestjs",
"test:coverage": "npm run test:coverage -w @authplane/sdk && npm run test:coverage -w @authplane/mcp && npm run test:coverage -w @authplane/fastmcp && npm run test:coverage -w @authplane/hono && npm run test:coverage -w @authplane/nestjs",
"check": "npm run lint && npm run typecheck && npm run test:coverage"