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
"build": "bun run clean && bun run gen:version && tsc -b",
"clean": "rm -rf packages/*/dist",
"gen:version": "bun run packages/core/scripts/version.ts && bun run packages/edge/scripts/version.ts && bun run packages/elysia/scripts/version.ts && bun run packages/express/scripts/version.ts && bun run packages/fastify/scripts/version.ts && bun run packages/hono/scripts/version.ts",
"typecheck": "bun run gen:version && tsc -b --pretty false",