Skip to content

npm link packages in node_modules folder are not zipped using glob #311

@ChemaMX

Description

@ChemaMX

if I use glob:
zipArchive.glob('/', {
cwd: srcFolder,
ignore: ['./
.json', './*.njsproj', 'obj/
', 'bin/', 'tests/', 'publish.js'],
expand: true
}, {})

all my npm link modules are not copied. It used to work fine when using .bulk before it was deprecated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions