fix different version commander

use same commander main pkg
This commit is contained in:
eromano
2022-07-27 09:54:50 +02:00
parent 84b6204dbe
commit a87bf9ab23
16 changed files with 18 additions and 18 deletions

View File

@@ -19,7 +19,7 @@
import { exec } from './exec';
import { logger } from './logger';
import * as program from 'commander';
import program from 'commander';
function zipArtifact(artifact: string) {
logger.info(`Perform zip artifact ${artifact}`);