Skip to content

Commit 58c636f

Browse files
committed
ci: Debug ci
1 parent 51cc9be commit 58c636f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ invariant(
4343
outputPath,
4444
`Could not find "build.options.outputPath" of project "${name}". Is project.json configured correctly?`
4545
);
46-
46+
console.log(outputPath);
4747
process.chdir(outputPath);
4848

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

0 commit comments

Comments
 (0)