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 does not prompt or wait for input #40

Open
s1mrankaur opened this issue Feb 16, 2021 · 0 comments
Open

lerna does not prompt or wait for input #40

s1mrankaur opened this issue Feb 16, 2021 · 0 comments

Comments

@s1mrankaur
Copy link

I would like to deploy services using Lerna to ensure the order of deployment based on the dependencies mentioned.

In "deploy" npm script, I would like to have

"deploy": "lerna run deploy -- since HEAD~1",
so that only the updated services should get deployed.

sls deploy command needs the user to input MFA code in my case. Lerna does not prompt for any user input and just gets stuck. How to fix this?

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

1 participant