Files
docs.nestjs.com/nodemon.json
John Biundo dcee955a57 feat(build watch)
- watch for file changes, rebuild docs
- update README.md to show new workflow
2019-08-26 08:09:15 -07:00

6 lines
68 B
JSON

{
"watch": ["content"],
"ext": "md",
"exec": "npm run docs"
}