Skip to content

Commit

Permalink
fixup! fixup! feat(scripts): remove @internal stripping and enable no…
Browse files Browse the repository at this point in the history
… deps build needed for api generation
  • Loading branch information
Hotell committed Nov 9, 2022
1 parent cbfa8bf commit f6cb87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/generators/migrate-converged-pkg/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,11 +569,11 @@ function setupUnstableApi(tree: Tree, options: NormalizedSchemaWithTsConfigs) {
}

updateUnstablePackageJson();
updateUnstableApiExtractorForLocalBuilds();
updateUnstableApiExtractor();

return tree;

function updateUnstableApiExtractorForLocalBuilds() {
function updateUnstableApiExtractor() {
const apiExtractor = templates.apiExtractor();

writeJson(tree, joinPathFragments(options.paths.configRoot, 'api-extractor.unstable.json'), apiExtractor.unstable);
Expand Down

0 comments on commit f6cb87c

Please sign in to comment.