Skip to content

Commit 190d60d

Browse files
committed
ci: Debug ci
1 parent 27bb33c commit 190d60d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,13 @@ invariant(
4343
outputPath,
4444
`Could not find "build.options.outputPath" of project "${name}". Is project.json configured correctly?`
4545
);
46-
console.log(outputPath);
4746
process.chdir(outputPath);
4847

4948
const mjsJson = readJson();
50-
console.log(JSON.stringify(mjsJson, null, "\t"));
5149
const angularModule = './json-api-nestjs-sdk.module';
5250
const angularPath = mjsJson.exports[angularModule]
5351

54-
mjsJson.module = addTypeToPath(mjsJson.module)
52+
mjsJson.module = addTypeToPath(mjsJson.main)
5553
mjsJson.main = addTypeToPath(mjsJson.main, 'cjs')
5654
mjsJson.es2015 = mjsJson.module
5755
mjsJson.types = "./mjs/src/index.d.ts";

0 commit comments

Comments
 (0)