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 (no Rust)**|`pnpm build.local`| For a fresh start |
47
-
|**Build (with Rust)**|`pnpm build.full`| Only for optimizer changes |
48
-
|**Build core only**|`pnpm build.core`| Fast — just Qwik + Router + types |
49
-
|**Dev rebuild**|`pnpm build.core.dev`| Very fast iterative rebuild |
50
-
|**Watch mode**|`pnpm build.watch`| Rebuilds on change |
51
-
|**Unit tests**|`pnpm vitest run`| Vitest — runs `packages/**/*.unit.{ts,tsx}` and `*.spec.{ts,tsx}`, or specify a single file. Add `-u` to update snapshots. **NEVER use `pnpm test.unit`**|
52
-
|**E2E tests (Chromium)**|`pnpm test.e2e.chromium`| Playwright - always run the dev rebuild first! |
53
-
|**E2E tests (Router)**|`pnpm test.e2e.router`| Router-specific E2E - always run the dev rebuild first! |
-**Dev rebuild** — `pnpm build.core.dev` — very fast iterative rebuild
48
+
-**Watch mode** — `pnpm build.watch` — rebuilds on change
49
+
-**Unit tests** — `pnpm vitest run` — Vitest, runs `packages/**/*.unit.{ts,tsx}` and `*.spec.{ts,tsx}`, or specify a single file. Add `-u` to update snapshots. **NEVER use `pnpm test.unit`**
50
+
-**E2E tests (Chromium)** — `pnpm test.e2e.chromium` — Playwright, always run the dev rebuild first!
51
+
-**E2E tests (Router)** — `pnpm test.e2e.router` — Router-specific E2E, always run the dev rebuild first!
0 commit comments