Add JSON Schemas docs to website

This commit is contained in:
Fabio Berger
2018-03-18 14:54:12 +01:00
parent 4948551703
commit c7302c46e5
16 changed files with 193 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);