motr/.taskfiles/es.yml

15 lines
200 B
YAML
Raw Normal View History

2024-12-21 23:43:56 -05:00
# https://taskfile.dev
version: '3'
vars:
GREETING: Hello, World!
tasks:
install:
desc: Install the pnpm dependencies
dir: web/es-client
2024-12-21 23:43:56 -05:00
cmds:
- pnpm install
2024-12-21 23:43:56 -05:00
silent: true