This repository has been archived on 2026-06-16 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
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%