Skip to content

Commit

Permalink
fixup! fixup! fix(scripts): resolve api-extractor execution issue wit…
Browse files Browse the repository at this point in the history
…hin packages with new DX
  • Loading branch information
Hotell committed Aug 13, 2021
1 parent 792f10e commit 603686a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/tasks/api-extractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function apiExtractor() {
} catch (err) {
cleanupOverrides();
console.error(err);
process.exit(1);
}
},
() => {
Expand Down Expand Up @@ -87,8 +88,6 @@ function overrideExtractorConfigForPackagesWithTsPathAliases(options: {
overrideTsconfig: tsConfig,
};

console.log({ apiExtractorConfigOriginal });

const api = {
overrideConfig: () => {
const newContent = jju.update(originalContent, apiExtractorConfigOriginal, { mode: 'json', indent: 2 });
Expand Down

0 comments on commit 603686a

Please sign in to comment.