mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 04:21:15 +00:00
refactor: split in two packages: core and cli (#223)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
const yargs = require('yargs');
|
||||
|
||||
const { execSync } = require('child_process');
|
||||
const package = require('../package.json');
|
||||
|
||||
@@ -10,7 +9,6 @@ const fileNameLatest = `openapi-cli.latest.tar.gz`;
|
||||
execSync(`tar -zcvf ${fileName} dist`);
|
||||
execSync(`tar -zcvf ${fileNameLatest} dist`);
|
||||
|
||||
|
||||
const argv = yargs
|
||||
.option('aws-profile', {
|
||||
alias: 'p',
|
||||
|
||||
Reference in New Issue
Block a user