Fix linter issues
This commit is contained in:
@@ -25,7 +25,7 @@ interface ParsedDependencies {
|
||||
const PACKAGE_JSON_GLOB = '../../*/package.json';
|
||||
|
||||
const config = utils.readJSONFile<PackageJSON>(path.join(__dirname, '../../../package.json'))
|
||||
.config as PackageJSONConfig;
|
||||
.config as PackageJSONConfig; // tslint:disable-line no-unnecessary-type-assertion
|
||||
const dependenciesWithIgnoredVersions: string[] = (config.ignoreDependencyVersions as string).split(' ');
|
||||
const packagesWithIgnoredVersions: string[] = (config.ignoreDependencyVersionsForPackage as string).split(' ');
|
||||
|
||||
|
@@ -47,7 +47,7 @@ async function confirmAsync(message: string): Promise<void> {
|
||||
await confirmAsync(
|
||||
'THIS IS NOT A TEST PUBLISH! You are about to publish one or more packages to npm. Are you sure you want to continue? (y/n)',
|
||||
);
|
||||
// await confirmDocPagesRenderAsync(packagesWithDocs);
|
||||
await confirmDocPagesRenderAsync(packagesWithDocs);
|
||||
}
|
||||
|
||||
// Update CHANGELOGs
|
||||
|
Reference in New Issue
Block a user