e103372a13e996176030e0784098cbe43f793c67
The previous fix (PR #92) added '2>/dev/null || true' to the npm install command, silently swallowing failures. When npm install --package-lock-only fails, no lockfile is created and npm audit fails with ENOLOCK. Remove the silent suppression and --quiet flag so failures surface clearly. Co-Authored-By: Paperclip <noreply@paperclip.ing>
Description
Languages
Shell
100%