Skip to content

Commit

Permalink
doc: remove test-npm from general build doc
Browse files Browse the repository at this point in the history
`make test-npm` is not particularly robust (currently fails on Linux and
Windows, reportedly) and results in a fair number of requests for help
from people new to the project. It is used when upgrading npm in core,
which only a small number of mostly-predefined people do. Remove it from
the general build doc.

Refs: #12836
PR-URL: #12840
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Jeremiah Senkpiel <[email protected]>
Reviewed-By: Daniel Bevenius <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
Trott authored and MylesBorins committed Jul 11, 2017
1 parent 802a945 commit 023ec46
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,6 @@ To run the tests:
$ make test
```

To run the npm test suite:

*note: to run the suite on node v4 or earlier you must first*
*run `make install`*

```console
$ make test-npm
```

To build the documentation:

This will build Node.js first (if necessary) and then use it to build the docs:
Expand Down

0 comments on commit 023ec46

Please sign in to comment.