Added doc json generation and uploading to Web3Wrapper package

This commit is contained in:
Fabio Berger
2018-03-14 16:36:00 +01:00
parent a86f8a81a2
commit 642a2cf165
3 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,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);