FullFact / health-misinfo-shared

Raphael health misinformation project, shared by Full Fact and Google
MIT License
0 stars 0 forks source link

build: install node dependencies with `npm ci` #47

Closed andylolz closed 3 months ago

andylolz commented 3 months ago

npm ci installs from the lockfile. npm install installs from package.json, and updates the lockfile. I guess in the dockerfile, we want to do the former.


Pull request checklist