Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    5e3806f3
    feat(npm): retain npmrc lines without variables (#9484) · 5e3806f3
    Rhys Arkins authored
    Instead of ignoring the entire .npmrc file if it contains environment variables, instead just strip out the necessary lines.
    
    BREAKING: .npmrc files with environment variables will no longer be completely ignore - instead only the lines with variables will be stripped.
    5e3806f3
    History
    feat(npm): retain npmrc lines without variables (#9484)
    Rhys Arkins authored
    Instead of ignoring the entire .npmrc file if it contains environment variables, instead just strip out the necessary lines.
    
    BREAKING: .npmrc files with environment variables will no longer be completely ignore - instead only the lines with variables will be stripped.