5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 03:51:18 +08:00
wails/v2/Taskfile.yaml
2023-05-30 07:40:54 +10:00

18 lines
237 B
YAML

# https://taskfile.dev
version: "3"
tasks:
release:
dir: tools/release
cmds:
- go run release.go {{.CLI_ARGS}}
format:md:
cmds:
- npx prettier --write "**/*.md"
format:
cmds:
- task: format:md