13 lines
214 B
YAML
13 lines
214 B
YAML
# https://taskfile.dev
|
|
|
|
version: '3'
|
|
|
|
vars:
|
|
GREETING: Hello, World!
|
|
|
|
tasks:
|
|
'test:types': tsd
|
|
docs:
|
|
cmds:
|
|
- jsdoc -c jsdoc.json -t ./node_modules/better-docs src/index.js src/Updux.js
|