Cole-Greer commented on code in PR #3382:
URL: https://github.com/apache/tinkerpop/pull/3382#discussion_r3096321794


##########
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:
   ```suggestion
     rsync -avq docs/gremlator/dist/ target/site/home/gremlator
   ```



##########
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
 else
   cp -R docs/site/home target/site
   cp -R docs/gremlint/dist/. target/site/home/gremlint
+  cp -R docs/gremlator/build/. target/site/home/gremlator

Review Comment:
   ```suggestion
     cp -R docs/gremlator/dist/. target/site/home/gremlator
   ```



-- 
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]

Reply via email to