fjelltopp / zarr-ckan

The Government of Zambia Ministry of Finance and National Planning project to establish a Zambia Evaluation and Research Repository (ZaRR) based on CKAN (funded by UNICEF).
0 stars 0 forks source link

Use `npm ci` when in production #182

Open ChasNelson1990 opened 1 month ago

ChasNelson1990 commented 1 month ago

Problem

When installing NPM dependencies during bootstrapping of containers we should probably not use npm install

See: https://github.com/fjelltopp/ckanext-zarr/pull/43#issuecomment-2399344528

Solution

https://docs.npmjs.com/cli/v8/commands/npm-ci

Considerd Alternatives

No response