move scripts to monorepro-scripts

This commit is contained in:
Fabio Berger
2018-03-13 15:29:12 +01:00
parent df1968157c
commit ca25b816fa
122 changed files with 498 additions and 297 deletions

View File

@@ -1 +1,8 @@
declare module 'dirty-chai';
declare module '*.json' {
const json: any;
/* tslint:disable */
export default json;
/* tslint:enable */
}

View File

@@ -0,0 +1,6 @@
import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
postpublishUtils.standardPostPublishAsync(subPackageName);