-
Notifications
You must be signed in to change notification settings - Fork 2.3k
chore(doc-gen): fix the doc gen script #4040
Conversation
I get |
scripts/generate-docs.sh
Outdated
|
||
# Generate files | ||
echo "Building the website..." | ||
cd website | ||
npm run build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should also run npm install
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about that. Looks like my clean from a couple lines up wasn't as thorough as I though, so I didn't catch this. Fixed.
I also get a lot of error messages but they don't seem to actually stop docs from being generated. Notably:
I think this is due to old versions of some sub dependencies, probably from dgeni. |
@juliemr those definitely don't sound like a problem with the script itself. |
This looks pretty good to me and runs without completely falling over. |
I never ran into the annotation problem @juliemr talked about, so please test this on your local machines