git submodule add will add the whole project as submodule including all their stuff, tests, etc.. which will in turn causing the publish package size too big.
git submodule add
Is there any way to overcome this?
No comments:
Post a Comment