In gitlab-ci, I would like to produce a npm prune --production just before producing my artifact.
npm prune --production
I don't want to alter my cached node_modules folder and I want to keep it as it is for the next stage.
node_modules
Is this possible ?
No comments:
Post a Comment