XBOT-FTC / FTC-Scouting-App

https://xbot-ftc.github.io/FTC-Scouting-App/
MIT License
0 stars 1 forks source link

use npm ci instead of npm install #6

Closed NormalDuck closed 1 month ago

NormalDuck commented 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

johnylamw commented 1 month ago

Makes sense!