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

Fallback to service local serverless installation by default #8180

Merged
merged 2 commits into from Sep 3, 2020

Commits on Sep 3, 2020

  1. feat(CLI): Fallback to service local serverless installation by default

    BREAKING CHANGE:
    When globally installed `serverless` CLI is invoked in a context of a service, which has locally installed (in its `node_modules`) `serverless`. The locally installed CLI will be (by default) run instead of a global one.
    medikoo committed Sep 3, 2020
    Copy the full SHA
    83a1e79 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2ddf2ca View commit details
    Browse the repository at this point in the history