Skip to content

Commit

Permalink
action - now runs npm audit fix as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
neverendingqs authored Jul 10, 2020
1 parent 63c897e commit 2acd086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ BUMP_VERSION=${4}
npx npm-check-updates -u

if [ "${PACKAGE_MANAGER}" == 'npm' ]; then
npm audit fix --force
npm i --package-lock-only
elif [ "${PACKAGE_MANAGER}" == 'yarn' ]; then
yarn install
Expand Down

0 comments on commit 2acd086

Please sign in to comment.