We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31aff93 commit 4e4c567Copy full SHA for 4e4c567
1 file changed
lib/node_modules/@stdlib/_tools/scripts/publish_packages.js
@@ -371,7 +371,7 @@ function cronSchedule( pkg ) {
371
* @returns {string} latest version published to npm
372
*/
373
function npmVersion( pkg ) {
374
- var command = 'npm view '+pkg+' version';
+ var command = 'npm view '+pkg+' version --silent';
375
try {
376
return '^'+trim( shell( command ).toString() );
377
} catch ( error ) {
0 commit comments