Remove auditing

This commit is contained in:
Brett Logan 2022-02-21 10:34:16 -05:00
parent 6e6d1348a6
commit cee39d9ac7
No known key found for this signature in database
GPG key ID: 52ED7D1F56850EE6

View file

@ -10,15 +10,6 @@ pushd dependencies
ncu -u ncu -u
npm install 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 # Push changes to remote
git add . git add .
git commit -a -Ss -m "Update NPM dependencies" git commit -a -Ss -m "Update NPM dependencies"