TIL: npm ci is a thing. Running that command instead of npm install removes the node_modules directory and downloads exact versions of your dependencies from your package-lock.json
note
TIL: npm ci is a thing. Running that command instead of npm install removes the node_modules directory and downloads exact versions of your dependencies from your package-lock.json