Automatically generates an RPM Spec file for your Node.js project
66
stars
28
forks
source link
Fix: Creating a service file with a custom name falls back to the package.name when package.json has "files" #108
Closed
matt-ahmet-bbc closed 8 months ago
Given we call
speculate
with--name
argument, we see that it falls back topackage.json
'sname
when the package.json has alsofiles
defined.When we don't have "files" defined in our package.json, this works as expected and use the custom name defined.