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:
- Write tests
- Write documentation
- Fix linting errors
- Make sure code coverage hasn't dropped
- Provide verification config / commands / resources
- Enable "Allow edits from maintainers" for this PR
- Update the messages below
Is this ready for review?: YES
Is it a breaking change?: NO