Replies: 1 comment 3 replies
-
Hi @henry-js, task-runner.json "tasks": [
{
"name": "ps",
"command": "pwsh",
"args": [
".husky/hello-world.ps1"
]
}, to test it:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use PowerShell scripts instead of csx?
Beta Was this translation helpful? Give feedback.
All reactions