-
Notifications
You must be signed in to change notification settings - Fork 100
Description
Our team has several private Github repos that follow this pattern:
dist/
someZipFile.zip
It appears that volo and/or the GitHub API don't allow a deeplink into the project to get that zip file, even when it's listed as the volo url in package.json. No matter what syntax I try on both the consuming app (where I run volo add) and the linked app (where I set the volo url property), it always pulls in the entire repo contents.
However, I did find your comments on using a volofile with onAdd to run some actions after install. I was able to use that to clean up all extra files that I didn't want, effectively mimicing the direct download.
If this is something that is a known issue and you are ok with documenting this as workaround, I'll do a fork and pull request to update the docs.