Skip to content
Snippets Groups Projects
  • JYC's avatar
    ab3372d3
    feat: copy local packages (#1244) · ab3372d3
    JYC authored
    If we have in a package.json links to some local lib file:../path/to/folder
    Then the local lib package.json will be copied to the tmp folder to be able to generate the right yarn lock file. This is not working with tgz files, only folder reference.
    
    Closes #1215 
    ab3372d3
    History
    feat: copy local packages (#1244)
    JYC authored
    If we have in a package.json links to some local lib file:../path/to/folder
    Then the local lib package.json will be copied to the tmp folder to be able to generate the right yarn lock file. This is not working with tgz files, only folder reference.
    
    Closes #1215