Skip to content

Sources archive fails to build with a custom name #89

@gobbob

Description

@gobbob

Hi there

I'm currently trying to generate a service with a custom name, but it is failing when it gets to creating the archive with the following message:

Error: ENOENT: no such file or directory, lstat '/Users/alcocr52/Projects/podcasts-ingestor/podcasts-ingestor.service'

I'm passing a custom name of podcast-stats-dashboard, so the service created is called podcast-stats-dashboard.service.
I can see that the issue is here:

const archiveWhitelist = getArchiveWhitelist(pkg);

The raw package details are being passed rather than the custom ones generated on line 52.

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