bgg-ottawa-sell-club/Taskfile.yaml
2024-02-04 12:40:51 -05:00

17 lines
241 B
YAML

# https://taskfile.dev
version: '3'
vars:
GREETING: Hello, World!
tasks:
update-game:
cmds:
- node src/scripts/updateUsers.js
default:
cmds:
- echo "{{.GREETING}}"
silent: true