Skip to content

Commit ae9f6ee

Browse files
Ahamed1846Managor
andauthored
npm-install-ci-test: add page (#19105)
Co-authored-by: Managor <[email protected]>
1 parent efe4bdf commit ae9f6ee

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)