Add new packagerOptions: noNonInteractive to disable interactive mode when using Yarn 2 or above by jagonzalr · Pull Request #1246 · serverless-heaven/serverless-webpack (original) (raw)

What did you implement:

Closes #642

How did you implement it:

Add a new flag noNonInteractive to packagerOptions when using yarn as the packager.

If using Yarn 2 or above the flag --non-interactive will break yarn install.

How can we verify it:

npm run test

Todos:

Is this ready for review?: YES
Is it a breaking change?: NO