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
Can not generate docs as specified on website
The instructions are to run npm run docs or npm run docs:serve (presumably from the repo root).
npm run docs
npm run docs:serve
When I do this I get
npm ERR! missing script: serve:docs ...
Can confirm that no matching scripts are defined in package.json
Am able to generate docs. Better, still, docs could be published somewhere.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm submitting a...
Current behavior
Can not generate docs as specified on website
The instructions are to run
npm run docs
ornpm run docs:serve
(presumably from the repo root).When I do this I get
npm ERR! missing script: serve:docs ...
Can confirm that no matching scripts are defined in package.json
Expected behavior
Am able to generate docs. Better, still, docs could be published somewhere.
The text was updated successfully, but these errors were encountered: