Skip to content

Husky cannot start cmd.exe #129

Answered by sommmen
sommmen asked this question in Q&A
Mar 20, 2025 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

This seems to work;

{
  "$schema": "https://alirezanet.github.io/Husky.Net/schema.json",
  "tasks": [
    {
      "name": "validate-renovate-config",
      "branch": "main|master",
      "command": "powershell",
      "args": ["-Command", "npx --yes --package renovate -- renovate-config-validator"]
    }
  ]
}

Not sure why cmd does not :(

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@alirezanet
Comment options

Answer selected by sommmen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants