chore: npm audit fix for client folder, lint fix
All checks were successful
Release / Build-production-and-ng-test (push) Successful in 4m5s
Release / Build-and-test-development (push) Successful in 9m9s
Release / release (push) Successful in 9m18s

This commit is contained in:
Mihajlo Medjedovic
2025-06-26 17:53:22 +02:00
parent 0e59f5406f
commit 5d2d60d040
4 changed files with 209 additions and 73 deletions

View File

@@ -3,10 +3,10 @@
# Using `--silent` helps for showing any errs in the first line of the response
# The first line is picked up by the VS Code GIT UI popup when rc is not 0
if npm run --silent lint:silent ; then
if npm run --silent lint:check:silent ; then
exit 0
else
npm run --silent lint:fix
npm run --silent lint:fix:silent
echo "❌ Prettier check failed! We ran lint:fix for you. Please add & commit again."
exit 1
fi