ca25b816f
ef6aa9f41
f7c1e10b5
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.runAsync(packageJSON, tsConfigJSON, cwd);