Browse Source

Forgot the stupid task file

pull/117/head
JT 1 year ago
parent
commit
28dd51844c
  1. 2
      .husky/task-runner.json

2
.husky/task-runner.json

@ -11,7 +11,7 @@
"name": "Run xamlstyler", "name": "Run xamlstyler",
"group": "pre-commit", "group": "pre-commit",
"command": "dotnet", "command": "dotnet",
"args": [ "xstyler", "${staged}" ], "args": [ "xstyler", "-f", "${staged}" ],
"include": [ "**/*.axaml" ] "include": [ "**/*.axaml" ]
} }
] ]

Loading…
Cancel
Save