monorepo/visions/ui/Taskfile.yml

18 lines
226 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-17 20:44:01 +00:00
build:
2025-02-13 14:54:09 +00:00
cmds:
- npm install
2025-02-17 20:44:01 +00:00
- npx tsc --watch
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