Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scripts that start with "start"are not properly migrated #239

Open
adrianwix opened this issue Feb 6, 2023 · 0 comments
Open

Scripts that start with "start"are not properly migrated #239

adrianwix opened this issue Feb 6, 2023 · 0 comments

Comments

@adrianwix
Copy link

adrianwix commented Feb 6, 2023

  • nps version: ^5.10.0
  • node version: 18.12.1
  • npm version: 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 init

The 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",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant