mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
Added three test cases to verify skipScriptsFrom works correctly with aliased dependencies (npm:package@version syntax): 1. Default skip list with alias: Tests that esbuild installed as 'my-bundler' is still skipped via the default list 2. User-specified skip by canonical name: Tests that all-lifecycle-scripts installed as 'my-scripts' is skipped when 'all-lifecycle-scripts' is in the user's skipScriptsFrom 3. User-specified skip by alias name: Tests that specifying the alias name directly in skipScriptsFrom also works These tests ensure both the alias and canonical package names are checked when determining whether to skip lifecycle scripts. Note: These tests require the full test suite to run (not with -t filter) because Verdaccio is started in beforeAll. Functionality has been manually verified to work correctly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>