We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe4bdf commit ae9f6eeCopy full SHA for ae9f6ee
pages/common/npm-install-ci-test.md
@@ -0,0 +1,13 @@
1
+# npm install-ci-test
2
+
3
+> Install project dependencies and run tests in a single command, mainly used in continuous integration (CI) environments.
4
+> Equivalent to running `npm ci && npm test`.
5
+> More information: <https://docs.npmjs.com/cli/install-ci-test>.
6
7
+- Install dependencies and run tests:
8
9
+`npm {{[cit|install-ci-test]}}`
10
11
+- Display detailed logs during installation and testing:
12
13
+`npm {{[cit|install-ci-test]}} --verbose`
0 commit comments