Fix/AAE 24522 js api build (#10010)

* Fixing js-api build

* AAE-24522 js api build normally

* [ci:force]

* [ci:force]

* [ci:force] - package-lock update

* [ci:force] - fixing dependsOn for cli and testing

* [ci:force] - These changes needs to be reviewed
This commit is contained in:
Vito Albano
2024-07-31 09:59:16 +01:00
committed by GitHub
parent 6f2255faaa
commit b7ecfe6fc4
16 changed files with 309 additions and 1542 deletions

View File

@@ -49,7 +49,7 @@ export default async function main() {
.option('-u, --username [type]', 'username ')
.parse(argv);
const opts = program.opts<InitAcsEnvArgs>();
const opts = program.opts();
await checkEnv(opts);
logger.info(`***** Step initialize ACS *****`);