aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forwarder-helper/src/monorepo_scripts/stage_docs.ts
blob: e732ac8eb2266a43dc097345ceda2e391d3daaa3 (plain) (blame)
1
2
3
4
5
6
7
8
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);