How much faster is npm ci vs npm i

This commit is contained in:
Noah Santschi-Cooney 2018-06-24 02:03:16 +01:00
parent 00c4cc487a
commit b48b6314e6
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

View file

@ -2,7 +2,7 @@ pipeline:
lint:
image: node:${NODE_VERSION}
commands:
- npm i
- npm ci
- npm run lint
matrix: