Fix lint issues

This commit is contained in:
Fabio Berger 2018-03-13 16:55:50 +01:00
parent 67fbffc964
commit a2e848a7fa
19 changed files with 21 additions and 3 deletions

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -1,5 +1,5 @@
import * as promisify from 'es6-promisify';
import { execAsync } from 'async-child-process';
import * as promisify from 'es6-promisify';
import * as _ from 'lodash';
import * as publishRelease from 'publish-release';
import semverSort = require('semver-sort');
@ -16,7 +16,7 @@ export interface TagAndVersion {
}
export const postpublishUtils = {
getLatestTagAndVersionAsync(subPackageName: string): Promise<TagAndVersion> {
async getLatestTagAndVersionAsync(subPackageName: string): Promise<TagAndVersion> {
const subPackagePrefix = `${subPackageName}@`;
const gitTagsCommand = `git tag -l "${subPackagePrefix}*"`;
return execAsync(gitTagsCommand).then((result: any) => {
@ -36,7 +36,7 @@ export const postpublishUtils = {
};
});
},
publishReleaseNotesAsync(tag: string, releaseName: string, assets: string[]) {
async publishReleaseNotesAsync(tag: string, releaseName: string, assets: string[]) {
utils.log('POSTPUBLISH: Releasing ', releaseName, '...');
return publishReleaseAsync({
token: githubPersonalAccessToken,

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);

View File

@ -3,4 +3,5 @@ import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';
const subPackageName = (packageJSON as any).name;
// tslint:disable-next-line:no-floating-promises
postpublishUtils.standardPostPublishAsync(subPackageName);