Move configuration into package.json configs section
This commit is contained in:
		@@ -1,7 +1,8 @@
 | 
			
		||||
import { postpublishUtils } from '@0xproject/monorepo-scripts';
 | 
			
		||||
 | 
			
		||||
import * as packageJSON from '../package.json';
 | 
			
		||||
import * as tsConfigJSON from '../tsconfig.json';
 | 
			
		||||
 | 
			
		||||
const subPackageName = (packageJSON as any).name;
 | 
			
		||||
const cwd = `${__dirname}/..`;
 | 
			
		||||
// tslint:disable-next-line:no-floating-promises
 | 
			
		||||
postpublishUtils.standardPostPublishAsync(subPackageName);
 | 
			
		||||
postpublishUtils.runAsync(packageJSON, tsConfigJSON, cwd);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user