You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not find docs on how to use FrogBot with multiple technologies in the same repository. I am working on a project that is based on dotnet but also has a node frontend in a subfolder. I suppose I could run the script in the root folder with JF_INSTALL_DEPS_CMD="dotnet restore" and in /frontend with JF_INSTALL_DEPS_CMD='yarn install' but I think I have read that FrogBot would delete the previous pull request comment.
Can you suggest any best practices?
The text was updated successfully, but these errors were encountered:
I could not find docs on how to use FrogBot with multiple technologies in the same repository. I am working on a project that is based on dotnet but also has a node frontend in a subfolder. I suppose I could run the script in the root folder with JF_INSTALL_DEPS_CMD="dotnet restore" and in /frontend with JF_INSTALL_DEPS_CMD='yarn install' but I think I have read that FrogBot would delete the previous pull request comment.
Can you suggest any best practices?
The text was updated successfully, but these errors were encountered: