Closed Mrtenz closed 3 months ago
pkdiff throws an error if the package is not published:
pkdiff
@ts-bridge/resolver @ts-bridge/resolver@latest: downloading... Error: Download failed: @ts-bridge/resolver@latest from registry: https://registry.npmjs.org/ at /usr/local/lib/node_modules/pkdiff/src/compare.js:188:15
This makes it return with exit code 1, causing the publish to fail. As as simple workaround I've added || true, which always returns exit code 0.
|| true
pkdiff
throws an error if the package is not published:This makes it return with exit code 1, causing the publish to fail. As as simple workaround I've added
|| true
, which always returns exit code 0.