Skip to content

Commit

Permalink
Merge pull request #368 from cloud-gov/bb/use-clean-install
Browse files Browse the repository at this point in the history
ci: use npm clean-install for cleaner installs
  • Loading branch information
bengerman13 authored Jul 12, 2024
2 parents 8145996 + fcb427b commit b2fb318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install-node-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ run:
cd release-git-repo/src/kibana-cf_authentication
rm -rf node_modules
nvm install && nvm use
npm install --omit=dev
npm clean-install

0 comments on commit b2fb318

Please sign in to comment.