Skip to content

Commit 8682403

Browse files
committed
docs(shared): note cache-paths export is required by Playground Integration Tests
Expand the tsdown entry comment to explicitly warn that removing the cache-paths export breaks the "Playground Integration Tests" CI job (the dev-playground server fails to boot with ERR_PACKAGE_PATH_NOT_EXPORTED and Playwright times out), and that build/typecheck/unit tests do NOT catch it. Co-authored-by: Isaac Signed-off-by: Atila Fassina <atila@fassina.eu>
1 parent fa4cf84 commit 8682403

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/shared/tsdown.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ export default defineConfig({
1111
// runtime (dev-playground's `development`-condition source run) — tsconfig
1212
// paths don't apply there. Kept OUT of the client-safe root barrel because
1313
// it imports node:path (would break the docs client webpack bundle).
14+
//
15+
// DO NOT REMOVE this export: without it the dev-playground server fails to
16+
// boot with ERR_PACKAGE_PATH_NOT_EXPORTED, which times out the "Playground
17+
// Integration Tests" (Playwright) CI job. Build/typecheck/unit tests all
18+
// still pass, so only that job catches its absence.
1419
"src/cli/commands/cache-paths.ts",
1520
],
1621
outDir: "dist",

0 commit comments

Comments
 (0)