endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
804 stars 71 forks source link

npx typedoc #1885

Closed turadg closed 9 months ago

turadg commented 9 months ago

Description

The job is running now but failing because the typedoc dep isn't installed: https://github.com/endojs/endo/actions/runs/7107676143/job/19349573778

This solves it with npx typedoc, instead of doing the full yarn install.

turadg commented 9 months ago

For your consideration: I suspect that this means that new releases to typedoc can break our CI, since we’re no longer going to be pinned in yarn.lock.

They can break this publishing job, which is not a Required one to pass.

I'm more worried about putting garbage up at the web page, but if that ever happens it will be easy enough to clean up and adopt a lockfile