Skip to content

Commit 27bb33c

Browse files
committed
ci: Debug ci
1 parent 58c636f commit 27bb33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/preparation-hybrid-npm-package.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ console.log(outputPath);
4747
process.chdir(outputPath);
4848

4949
const mjsJson = readJson();
50-
console.log(mjsJson);
50+
console.log(JSON.stringify(mjsJson, null, "\t"));
5151
const angularModule = './json-api-nestjs-sdk.module';
5252
const angularPath = mjsJson.exports[angularModule]
5353

0 commit comments

Comments
 (0)