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
PackageA depends on sharedModules/packageD and packageB
packageB depends on packageC
packageC depends on sharedModules
I am using npm. What configurations do I need to make in serverless-jetpack for this exactly? I see it is supported but not clear on what needs to be done to achieve this.
The text was updated successfully, but these errors were encountered:
I read that lerna is supported in serverless jetpack.
My project structure looks like the following:
Requirement:
PackageA depends on sharedModules/packageD and packageB
packageB depends on packageC
packageC depends on sharedModules
I am using npm. What configurations do I need to make in serverless-jetpack for this exactly? I see it is supported but not clear on what needs to be done to achieve this.
The text was updated successfully, but these errors were encountered: