aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/monorepo_scripts/stage_docs.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/0x.js/src/monorepo_scripts/stage_docs.ts')
-rw-r--r--packages/0x.js/src/monorepo_scripts/stage_docs.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/0x.js/src/monorepo_scripts/stage_docs.ts b/packages/0x.js/src/monorepo_scripts/stage_docs.ts
deleted file mode 100644
index e732ac8eb..000000000
--- a/packages/0x.js/src/monorepo_scripts/stage_docs.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-import { postpublishUtils } from '@0xproject/monorepo-scripts';
-
-import * as packageJSON from '../package.json';
-import * as tsConfigJSON from '../tsconfig.json';
-
-const cwd = `${__dirname}/..`;
-// tslint:disable-next-line:no-floating-promises
-postpublishUtils.publishDocsToStagingAsync(packageJSON, tsConfigJSON, cwd);