Closed harelmo-lumigo closed 1 week ago
Fixes the broken deployment method that ignores errors such as this one, when the deployment failed due to a bad token:
the change here will pick up any generic error case raised by the npm runner, and will fail the script accordingly.
npm
:tada: This PR is included in version 1.48.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Fixes the broken deployment method that ignores errors such as this one, when the deployment failed due to a bad token:
the change here will pick up any generic error case raised by the
npm
runner, and will fail the script accordingly.