monorepo/visions/ui/Taskfile.yml

19 lines
264 B
YAML

version: "3"
tasks:
fmt:
cmds:
- npm run fmt
dev:
cmds:
# - cd ../visions-types && task build
- npm install
- npm run dev
test:
cmds:
# - cd ../visions-types && task build
- npm install
- npm run test