Commit 82839d5
committed
fix(ci): add missing _docs:api:html npm script
The workflow tried to run _docs:api:html defined in turbo.json, but
the corresponding npm script was missing from package.json. This caused
the docs build to fail silently with 'site/ directory not found' when
upload-pages-artifact tried to archive the output.
Added _docs:api:html script that runs typedoc (configured to output to
site/ via typedoc.json).1 parent 2b139a6 commit 82839d5
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments