Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lerna support in serverless jetpack #186

Open
simran66 opened this issue Jan 27, 2021 · 1 comment
Open

lerna support in serverless jetpack #186

simran66 opened this issue Jan 27, 2021 · 1 comment

Comments

@simran66
Copy link

I read that lerna is supported in serverless jetpack.

My project structure looks like the following:


--root

----shared-modules

------------packageD

-----------------serverless.yml

-----------------package.json

----packageA

--------serverless.yml

--------package.json

----packageB

--------serverless.yml

--------package.json

----packageC

--------serverless.yml

--------package.json



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.

@ryan-roemer
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants