Commit 8320b18
DevBot
fix(tools): create .tmp before content-example compilation (#1159)
Clean CI checkouts do not carry the gitignored .tmp directory, so
Deno.makeTempDir({ dir: '.tmp' }) failed closed (NotFound) in
content:examples-check and its tests. Create it recursively first.1 parent cf9bd74 commit 8320b18
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments