spmallette commented on code in PR #3382: URL: https://github.com/apache/tinkerpop/pull/3382#discussion_r3099841254
########## bin/generate-home.sh: ########## @@ -31,14 +31,24 @@ npm run build popd +pushd docs/gremlator + +echo "npm: $(npm -version)" +npm install +npm run build + +popd + hash rsync 2> /dev/null if [ $? -eq 0 ]; then rsync -avq docs/site/home target/site --exclude template rsync -avq docs/gremlint/dist/ target/site/home/gremlint + rsync -avq docs/gremlator/build/ target/site/home/gremlator Review Comment: not sure what happened there. thought i purposely changed that to build after dist didn't work but now i see it doesn't work with build.... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
