Skip to content

Commit 438171e

Browse files
committed
Fix file deletion
1 parent 557d8f1 commit 438171e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ function publish( pkg, clbk ) {
521521
' mv LICENSE.out '+dist+'/LICENSE',
522522
'',
523523
' # Remove temporary file:',
524-
' rm LICENSE.tmp LICENSE.out',
524+
' rm LICENSE.tmp',
525525
'fi'
526526
].join( '\n' );
527527
shell( command );

0 commit comments

Comments
 (0)