diff --git a/.husky/task-runner.json b/.husky/task-runner.json index 784656b0fa..93f49e4b1e 100644 --- a/.husky/task-runner.json +++ b/.husky/task-runner.json @@ -9,7 +9,7 @@ { "name": "commit-msg", "command": "dotnet", - "args": [ "husky", "exec", ".husky/csx/commit-msg.csx"] + "args": [ "husky", "exec", ".husky/csx/commit-msg.csx", "--args", "${args}"] } ] }