-
-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
npsversion: ^5.10.0nodeversion: 18.12.1npmversion: 8.19.2
Scripts file (or at least the relevant bits):
{
"start-engine": "docker compose up",
"start-console": "hasura console --skip-update-check",
}The command executed:
nps initThe output:
default: 'hasura console --skip-update-check',Problem description:
I had 2 commands with the "start-"prefix and one of those was completely removed and the other was matched to default script
Suggested solution:
I would expect that instead it created the following commands
startEngine: "docker compose up",
startConsole": "hasura console --skip-update-check",
anodynos
Metadata
Metadata
Assignees
Labels
No labels