Skip to content

Commit

Permalink
release.sh: skip npm audit fix
Browse files Browse the repository at this point in the history
It doesn't actually fix anything.
  • Loading branch information
glacambre committed Nov 20, 2021
1 parent f760055 commit badb64c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ echo "Updating firenvim from v$oldVersion to v$newVersion."
sed -i "s/\"version\": \"$oldVersion\"/\"version\": \"$newVersion\"/" package.json

# Then, do manual update/editing
npm install
npm audit fix
npm ci

# Make sure none of the files have changed, except for package-lock.json
if [ "$(git diff --name-only | grep -v "package\(-lock\)\?.json")" != "" ] ; then
Expand Down

0 comments on commit badb64c

Please sign in to comment.