monorepo/visions/ui/Taskfile.yml

19 lines
264 B
YAML
Raw Normal View History

2025-02-14 03:58:04 +00:00
version: "3"
2025-02-13 14:54:09 +00:00
tasks:
2025-02-14 03:58:04 +00:00
fmt:
cmds:
- npm run fmt
2025-02-13 14:54:09 +00:00
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