monorepo/visions/ui/Taskfile.yml

15 lines
224 B
YAML
Raw Normal View History

version: '3'
tasks:
dev:
cmds:
- cd ../visions-types && task build
- npm install
- npm run start
test:
cmds:
- cd ../visions-types && task build
- npm install
- npm run test