We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c897e commit 2acd086Copy full SHA for 2acd086
entrypoint.sh
@@ -9,6 +9,7 @@ BUMP_VERSION=${4}
9
npx npm-check-updates -u
10
11
if [ "${PACKAGE_MANAGER}" == 'npm' ]; then
12
+ npm audit fix --force
13
npm i --package-lock-only
14
elif [ "${PACKAGE_MANAGER}" == 'yarn' ]; then
15
yarn install
0 commit comments