mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 20:52:12 -05:00
Remove auditing
This commit is contained in:
parent
6e6d1348a6
commit
cee39d9ac7
1 changed files with 0 additions and 9 deletions
9
.github/scripts/update-npm.sh
vendored
9
.github/scripts/update-npm.sh
vendored
|
@ -10,15 +10,6 @@ pushd dependencies
|
|||
ncu -u
|
||||
npm install
|
||||
|
||||
# Use NPM audit to force fix html-lint issue
|
||||
npm audit fix --force
|
||||
npm install
|
||||
|
||||
# Use ncu to force fix NPM audit issue
|
||||
ncu -u
|
||||
npm install
|
||||
popd
|
||||
|
||||
# Push changes to remote
|
||||
git add .
|
||||
git commit -a -Ss -m "Update NPM dependencies"
|
||||
|
|
Loading…
Reference in a new issue