Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: run npm install for doc builds in tarball #8413

Closed
wants to merge 1 commit into from

Commits on Sep 8, 2016

  1. 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: nodejs#7872
    addaleax committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    e921852 View commit details
    Browse the repository at this point in the history