Open denppa opened 4 months ago
> apidoc -e node_modules/ -i functions/ -o build_doc/ && apidoc-markdown -p build_doc/ -o api.md {"level":"warn","message":"Please create an apidoc.json or apidoc.config.js configuration file or add an 'apidoc' key to your package.json."} {"Path":"/Users/user/git/myrepo","level":"error","message":"No files found."}
I do not need to run the apidoc command before my tests, how do I disable this?
apidoc
@denppa, this extension doesn't run apidoc.
If you can elaborate with more context, we could help you further.
I do not need to run the
apidoc
command before my tests, how do I disable this?