We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c636f commit 27bb33cCopy full SHA for 27bb33c
tools/scripts/preparation-hybrid-npm-package.mjs
@@ -47,7 +47,7 @@ console.log(outputPath);
47
process.chdir(outputPath);
48
49
const mjsJson = readJson();
50
-console.log(mjsJson);
+console.log(JSON.stringify(mjsJson, null, "\t"));
51
const angularModule = './json-api-nestjs-sdk.module';
52
const angularPath = mjsJson.exports[angularModule]
53
0 commit comments