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
"check": "pnpm run check:generated && pnpm run typecheck && pnpm run lint && pnpm run format && pnpm run build && pnpm run test && pnpm run test:runtime",
"check:generated": "pnpm run generate && git diff --exit-code -- ':(glob)**/*.gen.ts'",
"format": "oxfmt --check .",
"format:fix": "oxfmt .",
"generate": "pnpm -r --if-present run generate",
"lint": "oxlint --deny-warnings .",
"typecheck": "pnpm -r --if-present run typecheck",
"test": "pnpm run test:unit && pnpm --filter create-rango test",