prisma-labs / dripip

Opinionated CLI for continuous delivery of npm packages
100 stars 2 forks source link

Initial release errors (TypeError versions.filter) #134

Open skovy opened 2 years ago

skovy commented 2 years ago

Screenshot

image

Description

Run yarn -s dripip preview-or-pr
    TypeError: versions.filter is not a function
Error: Process completed with exit code 1.

I believe this error is being thrown because this code is erroring:

https://github.com/prisma-labs/dripip/blob/2e8d2cb9dac8392be8b41ac5526fb74663d0caf1/src/utils/pr-release.ts#L103-L108

Repro Steps/Link

For now, I worked around this by manually publishing, this then worked as expected.