monorepo/visions/ui/Taskfile.yml

15 lines
226 B
YAML
Raw Normal View History

2025-02-13 14:54:09 +00:00
version: '3'
tasks:
dev:
cmds:
2025-02-14 00:01:21 +00:00
# - cd ../visions-types && task build
2025-02-13 14:54:09 +00:00
- npm install
2025-02-14 00:01:21 +00:00
- npm run dev
2025-02-13 14:54:09 +00:00
test:
cmds:
2025-02-14 00:01:21 +00:00
# - cd ../visions-types && task build
2025-02-13 14:54:09 +00:00
- npm install
- npm run test