Andre Landgraf
Remove development dependencies in CI
Hey! I am trying to deploy an app I migrated to Deno and am currently working on the Dockerfile. Previously, I would run
npm i
and then build the app before removing the node_modules
folder and installing only the prod dependencies.
I don't think deno install
has a --ci
option. How can I install only the prod dependencies and not dev with Deno? Or is this not necessary with Deno?
Current WIP Dockerfile (please let me know if you spot anything I can improve!):
1 replies