In this thread, I was advised that the submodules ...
# developers
h
In this thread, I was advised that the submodules are not required for the build: https://calendso.slack.com/archives/C01V37YT188/p1654194597641899 However, using the manual build process, the
yarn dx
step seems to want to invoke the git modules. Is there some way to over-ride this?
z
cc @Hariom Balhara
🙏 1
h
Hey Hugh,
yarn dx
does invoke
git submodule update
but it shouldn't affect it's job if submodules aren't there or you don't have access. It would just show the error messages. Can you post a screenshot of the error that you see when running
yarn dx
See in the attached screenshot, even though the
git submodule update
command failed(for intentionally introduced error),
yarn dx
proceeds to further work