15 lines
226 B
YAML
15 lines
226 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
dev:
|
|
cmds:
|
|
# - cd ../visions-types && task build
|
|
- npm install
|
|
- npm run dev
|
|
|
|
test:
|
|
cmds:
|
|
# - cd ../visions-types && task build
|
|
- npm install
|
|
- npm run test
|