We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> 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
The text was updated successfully, but these errors were encountered:
@denppa, this extension doesn't run apidoc.
If you can elaborate with more context, we could help you further.
Sorry, something went wrong.
@denppa look at your pretest script in your package.json.
pretest
package.json
No branches or pull requests
I do not need to run the
apidoc
command before my tests, how do I disable this?The text was updated successfully, but these errors were encountered: