1NPM-INSTALL-CI-TEST(1)                                  NPM-INSTALL-CI-TEST(1)
2
3
4

NAME

6       npm-install-ci-test  -  Install  a  project  with a clean slate and run
7       tests
8
9   Synopsis
10         npm install-ci-test
11
12         alias: npm cit
13
14   Description
15       This command runs npm ci followed immediately by npm test.
16
17   Configuration
18       <!-- AUTOGENERATED CONFIG DESCRIPTIONS  START  -->  <!--  automatically
19       generated,  do  not edit manually --> <!-- see lib/utils/config/defini‐
20       tions.js -->
21
22   audit
23       • Default: true
24
25       • Type: Boolean
26
27
28       When "true" submit audit reports alongside the current npm  command  to
29       the  default registry and all registries configured for scopes. See the
30       documentation for npm help audit for  details  on  what  is  submitted.
31       <!--  automatically  generated,  do  not  edit  manually  -->  <!-- see
32       lib/utils/config/definitions.js -->
33
34
35   ignore-scripts
36       • Default: false
37
38       • Type: Boolean
39
40
41       If true, npm does not run scripts specified in package.json files.
42
43       Note that commands explicitly intended to run a particular script, such
44       as  npm start, npm stop, npm restart, npm test, and npm run-script will
45       still run their intended script if ignore-scripts is set, but they will
46       not run any pre- or post-scripts.  <!-- automatically generated, do not
47       edit manually --> <!-- see lib/utils/config/definitions.js -->
48
49
50   script-shell
51       • Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows
52
53       • Type: null or String
54
55
56       The shell to use for scripts run with the npm exec,  npm  run  and  npm
57       init  <pkg>  commands.  <!-- automatically generated, do not edit manu‐
58       ally --> <!-- see lib/utils/config/definitions.js -->
59
60       <!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
61
62
63   See Also
64       • npm help install-test
65
66       • npm help ci
67
68       • npm help test
69
70
71
72
73                                 October 2021           NPM-INSTALL-CI-TEST(1)
Impressum