Skip to content

Commit f2f182a

Browse files
committed
doc: remove test-npm from general build doc
`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
1 parent 0258aed commit f2f182a

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

BUILDING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,6 @@ To run the tests:
123123
$ make test
124124
```
125125

126-
To run the npm test suite:
127-
128-
*note: to run the suite on node v4 or earlier you must first*
129-
*run `make install`*
130-
131-
```console
132-
$ make test-npm
133-
```
134-
135126
To build the documentation:
136127

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

0 commit comments

Comments
 (0)