1NPM() NPM()
2
3
4
6 npm
7
8 Synopsis
9 npm install-ci-test
10
11 alias: npm cit
12
13 Description
14 This command runs an npm ci followed immediately by an npm test.
15
16 See Also
17 • npm help ci
18
19 • npm help test
20
21
22
23
24 April 2021 NPM()