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": "cd js-packages/common-ui && bun run check && cd ../profiler-lib && bun run check && cd ../profiler-layout && bun run check && cd ../profiler-app && bun run check && cd ../web-console && bun run check",
"build:deps:profiler-layout": "bun --cwd=js-packages/triage-types run build && bun --cwd=js-packages/profiler-lib run build && bun --cwd=js-packages/common-ui run build",
"build:deps:profiler-app": "bun run build:deps:profiler-layout && bun --cwd=js-packages/profiler-layout run build:self",
"build:deps:web-console": "bun run build:deps:profiler-app && bun --cwd=js-packages/vite-plugin-monaco-editor run build"