summaryrefslogtreecommitdiff
path: root/tests/specs/npm/lifecycle_scripts/all_lifecycles_global.js
AgeCommit message (Collapse)Author
2024-09-26feat(install): warn repeatedly about not-run lifecycle scripts on explicit ↵Nathan Whitaker
installs (#25878) Currently we only warn once. With this PR, we continue to warn about not-run scripts on explicit `deno install` (or cache). For `run` (or other subcommands) we only warn the once, as we do currently.