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 51cc9be commit 58c636fCopy full SHA for 58c636f
tools/scripts/preparation-hybrid-npm-package.mjs
@@ -43,11 +43,11 @@ invariant(
43
outputPath,
44
`Could not find "build.options.outputPath" of project "${name}". Is project.json configured correctly?`
45
);
46
-
+console.log(outputPath);
47
process.chdir(outputPath);
48
49
const mjsJson = readJson();
50
+console.log(mjsJson);
51
const angularModule = './json-api-nestjs-sdk.module';
52
const angularPath = mjsJson.exports[angularModule]
53
0 commit comments