cloudflare / worker-typescript-template

ʕ •́؈•̀) TypeScript template for Cloudflare Workers
Apache License 2.0
426 stars 94 forks source link

Use npm ci when building #67

Open jutaz opened 2 years ago

jutaz commented 2 years ago

This ensures that the dependencies installed upon a build will be same ones as defined in package-lock.json. Using npm install could result in different-than-expected dependencies, which makes things hander to debug and/or pulling in potential breaking changes.