aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/monorepo-scripts')
-rw-r--r--packages/monorepo-scripts/src/postpublish_utils.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/monorepo-scripts/src/postpublish_utils.ts b/packages/monorepo-scripts/src/postpublish_utils.ts
index 55c44ca63..d90d50fba 100644
--- a/packages/monorepo-scripts/src/postpublish_utils.ts
+++ b/packages/monorepo-scripts/src/postpublish_utils.ts
@@ -39,9 +39,6 @@ export const postpublishUtils = {
version: packageJSON.version,
assets: _.get(postpublishConfig, 'assets', []),
docPublishConfigs: {
- // Include any external packages that are part of the 0x.js public interface
- // to this array so that TypeDoc picks it up and adds it to the Docs JSON
- // So far, we only have @0xproject/types as part of 0x.js's public interface.
fileIncludes: [
...(tsConfigJSON as any).include,
..._.get(postpublishConfig, 'docPublishConfigs.extraFileIncludes', []),