Skip to content

Commit 4e4c567

Browse files
committed
build: suppress shrinkwrap warnings
1 parent 31aff93 commit 4e4c567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/_tools/scripts/publish_packages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ function cronSchedule( pkg ) {
371371
* @returns {string} latest version published to npm
372372
*/
373373
function npmVersion( pkg ) {
374-
var command = 'npm view '+pkg+' version';
374+
var command = 'npm view '+pkg+' version --silent';
375375
try {
376376
return '^'+trim( shell( command ).toString() );
377377
} catch ( error ) {

0 commit comments

Comments
 (0)