Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: run
npm install
for doc builds in tarball
Run `npm install` before building the documentation from release tarballs. The doctool currently depends on `js-yaml`, which is imported from the `tools/eslint` subtree; however, release tarballs don’t contain that directory. Running `npm install` is clearly not a beautiful solution, but it works. Fixes: #7872
- Loading branch information