Commit 44dd33b
committed
Before this PR, tsc compiled the now-deleted .doc.ts files (e.g.
src/surfaces/checkout/components/Abbreviation/Abbreviation.doc.ts), which incidentally created
build/ts/surfaces/checkout/components/ as a side effect. copyComponentDefinitions in buildTargetDts.ts
assumed that directory existed. With the .doc.ts files gone, tsc no longer creates the parent dir, so
copyFileSync fails with ENOENT on the destination.1 parent 7ee0b07 commit 44dd33b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments