[Fix] CI/CD

This commit is contained in:
Patryk Rzucidlo (PTKDev)
2023-02-11 01:59:44 +01:00
parent d908466e21
commit 9368dd816f
8 changed files with 54 additions and 219 deletions

View File

@@ -11,10 +11,10 @@
*/
import * as fs from "fs";
import * as shell from "shelljs";
import { argv } from "yargs";
import yargs from "yargs";
import { dirname } from "path";
const argv: any = yargs(process.argv.slice(2)).argv;
const __dirname = dirname;
console.log(argv, argv._[0]);
const path = `${__dirname}/../app/configs/config.js`;