| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-26 | feat(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. | |||
| 2024-09-24 | fix(cli): Warn on not-run lifecycle scripts with global cache (#25786) | Nathan Whitaker | |
| Refactors the lifecycle scripts code to extract out the common functionality and then uses that to provide a warning in the global resolver. While ideally we would still support them with the global cache, for now a warning is at least better than the status quo (where people are unaware why their packages aren't working). | |||
