Skip to content

Commit

Permalink
Remove lockfile when updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lindluni committed May 9, 2022
1 parent 1f1e382 commit 07afad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/update-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ echo "Installing NPM dependencies..."
npm install
echo "Updating NPM dependencies..."
ncu -u
echo "Removing existing lockfile..."
rm -rf package-lock.json
echo "Installing NPM dependencies..."
npm install

Expand Down

0 comments on commit 07afad3

Please sign in to comment.