Closed NormalDuck closed 1 month ago
npm ci is quicker than npm install since it uses the package-lock.json instead of the package.json. That will make npm skip some checks and faster linting
npm ci
npm install
Makes sense!
npm ci
is quicker thannpm install
since it uses the package-lock.json instead of the package.json. That will make npm skip some checks and faster linting