We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nps
node
npm
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",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
nps
version: ^5.10.0node
version: 18.12.1npm
version: 8.19.2Scripts file (or at least the relevant bits):
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
The text was updated successfully, but these errors were encountered: