Skip to content

Commit

Permalink
fixup! fix(scripts): resolve api-extractor execution issue within pac…
Browse files Browse the repository at this point in the history
…kages with new DX
  • Loading branch information
Hotell committed Aug 13, 2021
1 parent de9f402 commit 12683ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tasks/api-extractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function apiExtractor() {
},
() => {
try {
return apiExtractorVerifyTask({ configJsonFilePath: configPath, localBuild });
apiExtractorVerifyTask({ configJsonFilePath: configPath, localBuild });
} catch (err) {
cleanupOverrides();
console.error(err);
Expand Down

0 comments on commit 12683ca

Please sign in to comment.