cohere-ai / cohere-typescript

The Cohere TypeScript SDK
https://docs.cohere.ai
MIT License
122 stars 18 forks source link

Use npm ci in CI #51

Closed mkozakov closed 2 years ago

mkozakov commented 2 years ago

Today we do checks on package-lock.json by running npm install and comparing the resulting package-lock.json files. Instead we can just run npm ci which will fail if package-lock.json is not up to date.