Skip to content

Commit 14f4776

Browse files
committed
style: update package tests log
1 parent 54ed0c2 commit 14f4776

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

lib/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ export default class Package {
10271027
}
10281028

10291029
if ( log ) {
1030-
console.log( `Tests result "${ this.name }":`, res + "" );
1030+
console.log( `Tests result "${ this.workspaceSlug }":`, res + "" );
10311031
}
10321032

10331033
return res;

lib/package/release.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ export default class Publish {
143143
if ( res !== "yes" ) return result( [ 400, "Terminated" ] );
144144
}
145145

146+
console.log( "" );
147+
146148
// run tests
147149
res = this.#pkg.test( { "log": true } );
148150
if ( !res.ok ) return res;

0 commit comments

Comments
 (0)