summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-build.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-build.1')
-rw-r--r--deps/npm/man/man1/npm-build.115
1 files changed, 7 insertions, 8 deletions
diff --git a/deps/npm/man/man1/npm-build.1 b/deps/npm/man/man1/npm-build.1
index 76a6f01d86..ccee0f7c09 100644
--- a/deps/npm/man/man1/npm-build.1
+++ b/deps/npm/man/man1/npm-build.1
@@ -1,7 +1,7 @@
-.TH "NPM\-BUILD" "1" "September 2019" "" ""
+.TH "NPM\-BUILD" "1" "December 2019" "" ""
.SH "NAME"
\fBnpm-build\fR \- Build a package
-.SH SYNOPSIS
+.SS Synopsis
.P
.RS 2
.nf
@@ -14,7 +14,7 @@ npm build [<package\-folder>]
A folder containing a \fBpackage\.json\fP file in its root\.
.RE
-.SH DESCRIPTION
+.SS Description
.P
This is the plumbing command called by \fBnpm link\fP and \fBnpm install\fP\|\.
.P
@@ -23,19 +23,18 @@ directly, run:
.P
.RS 2
.nf
-npm run\-script build
+ npm run\-script build
.fi
.RE
-.SH SEE ALSO
+.SS See Also
.RS 0
.IP \(bu 2
npm help install
.IP \(bu 2
npm help link
.IP \(bu 2
-npm help 7 scripts
+npm help scripts
.IP \(bu 2
-npm help 5 package\.json
+npm help package\.json
.RE
-