-
-
Couldn't load subscription status.
- Fork 98
Open
Description
Problem description:
npx nps init -yml will take this:
"infra:create": "node src/command/create.js",
"infra:destroy": "node src/command/destroy.js",
And make this:
scripts:
infra:
create: node src/command/create.js
destroy: node src/command/destroy.js
Now it's impossible to call it as previously: npx nps infra:create, but should be npx nps infra.create.
I personally find this breaking the logic.
Suggested solution:
Allow using : as path resolver.
matzeeable and Nixinova
Metadata
Metadata
Assignees
Labels
No labels