Example #1
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.runAsync(packageJSON, tsConfigJSON, cwd);
Example #2
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);