blob: 454769e32b969b6dc53bdb53adffbe845275bde3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# nodejsInstallManuals {#nodejs-install-manuals}
Detects manuals in Node.js packages, and attempts to install them in standard locations.
This detection is done by inspecting the package.json of the project and finding any entries
with type `man`.
There are no ways currently to configure this hook.
## Examples {#nodejs-install-manuals-example}
[](#npm-build-hook-example-snippet)
|