You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
lifecycle: move ignore-scripts handling to actual place of use
Instead of overriding `pkg.scripts` when `ignore-scripts` is in
effect, test the option when actually determining whether there is a
script to invoke. Otherwise, published packages will not contain
the proper `scripts:` fields when `ignore-scripts` is `true`.
Fixes: npm/npm#16243
PR-URL: npm/npm#16476
Credit: @addaleax
Reviewed-By: @iarna
0 commit comments