Welcome to mirror list, hosted at ThFree Co, Russian Federation.

npm-build.md « cli « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee183c1996abe7e2225766037c11fcfbced850e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
npm-build(1) -- Build a package
===============================

## SYNOPSIS

    npm build <package-folder>

* `<package-folder>`:
  A folder containing a `package.json` file in its root.

## DESCRIPTION

This is the plumbing command called by `npm link` and `npm install`.

It should generally not be called directly.

## SEE ALSO

* npm-install(1)
* npm-link(1)
* npm-scripts(1)
* package.json(5)