The script should inform people trying to publish the package why the operation was blocked.
The npm ci command should be used to simplify the script.
This will require the script to either be moved into its own file (it's currently a one-line in package.json), or for us to use some fancy third-party script.
The script should inform people trying to publish the package why the operation was blocked.
The
npm cicommand should be used to simplify the script.This will require the script to either be moved into its own file (it's currently a one-line in
package.json), or for us to use some fancy third-party script.