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

fix(publish): exception when publishing 1st ver #2485

Merged
merged 1 commit into from May 24, 2020

Commits on Mar 8, 2020

  1. fix(publish): exception when publishing 1st ver

    When no versions are published, the lerna publish resulted the following exception:
    ```
    lerna ERR! TypeError: Cannot read property '0.1.11' of undefined
    lerna ERR!     at /home/circleci/project/node_modules/@lerna/publish/lib/get-unpublished-packages.js:20:31
    lerna ERR!     at tryCatcher (/home/circleci/project/node_modules/bluebird/js/release/util.js:16:23)
    lerna ERR!     at Promise._settlePromiseFromHandler (/home/circleci/project/node_modules/bluebird/js/release/promise.js:547:31)
    ```
    Roy Razon committed Mar 8, 2020
    Copy the full SHA
    d5ef70f View commit details
    Browse the repository at this point in the history