mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
Remove lockfile when updating deps
This commit is contained in:
parent
1f1e382781
commit
07afad3ba1
1 changed files with 2 additions and 0 deletions
2
.github/scripts/update-npm.sh
vendored
2
.github/scripts/update-npm.sh
vendored
|
@ -11,6 +11,8 @@ echo "Installing NPM dependencies..."
|
||||||
npm install
|
npm install
|
||||||
echo "Updating NPM dependencies..."
|
echo "Updating NPM dependencies..."
|
||||||
ncu -u
|
ncu -u
|
||||||
|
echo "Removing existing lockfile..."
|
||||||
|
rm -rf package-lock.json
|
||||||
echo "Installing NPM dependencies..."
|
echo "Installing NPM dependencies..."
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue