Skip to content

Commit

Permalink
fix(scripts): make internal api stripping work and add rolluped dts a…
Browse files Browse the repository at this point in the history
…fter check
  • Loading branch information
Hotell committed Nov 3, 2022
1 parent d2f1ed1 commit 7f99859
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
@@ -1,6 +1,6 @@
import * as glob from 'glob';
import * as path from 'path';
import { apiExtractorVerifyTask, task, series, logger, TaskFunction } from 'just-scripts';
import { apiExtractorVerifyTask, task, series, logger, TaskFunction, tscTask } from 'just-scripts';
import { ExtractorMessageCategory } from '@microsoft/api-extractor';
import chalk from 'chalk';
import { getTsPathAliasesConfig, getTsPathAliasesApiExtractorConfig } from './utils';
Expand Down

0 comments on commit 7f99859

Please sign in to comment.