Skip to content

Commit 762a8a9

Browse files
committed
build: debug yarn pack output
1 parent 3665b3e commit 762a8a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/release-cli/src/yarn_utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export const yarnPack = async (workspace: string)=> {
7373
const rawDetails = JSON.parse(
7474
`[${result.stdout.replace(/\n/g, ',').slice(0, -1)}]`
7575
) as Array<YarnPackRawDetail>;
76+
console.log(result.stdout);
7677
const details: YarnPackDetails = {
7778
base: '',
7879
files: [],

0 commit comments

Comments
 (0)