CircleCI-Public / node-orb

An orb for working with Node.js on CircleCI
https://circleci.com/orbs/registry/orb/circleci/node
MIT License
52 stars 80 forks source link

Fix: nocache npm ci #228

Closed marboledacci closed 1 month ago

marboledacci commented 1 month ago

As pointed out in #202 when npm ci command is used to install dependencies, the cache is ignored. I'm adding some conditions in the command and the script to ignore the cache whenever the npm ci command is used. I'm also adding some extra descriptions in the parameters to inform the users that cache won't be used when the npm ci command is used.