♻️ CLI rename files to kebab-case
This commit is contained in:
committed by
ericlinagora
parent
bde006c63e
commit
aac4caafaa
@@ -1,7 +1,7 @@
|
|||||||
import yargs from "yargs";
|
import yargs from "yargs";
|
||||||
|
|
||||||
import type { TdrivePlatform } from "../../../core/platform/platform";
|
import type { TdrivePlatform } from "../../../core/platform/platform";
|
||||||
import runWithPlatform from "../../lib/run_with_platform";
|
import runWithPlatform from "../../lib/run-with-platform";
|
||||||
import parseYargsCommaSeparatedStringArray from "../../utils/yargs-comma-array";
|
import parseYargsCommaSeparatedStringArray from "../../utils/yargs-comma-array";
|
||||||
import runWithLoggerLevel from "../../utils/run-with-logger-level";
|
import runWithLoggerLevel from "../../utils/run-with-logger-level";
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import "reflect-metadata";
|
import "reflect-metadata";
|
||||||
import yargs from "yargs";
|
import yargs from "yargs";
|
||||||
import { logger } from "../core/platform/framework/logger";
|
import { logger } from "../core/platform/framework/logger";
|
||||||
import printConfigSummary from "./lib/print_config_summary";
|
import printConfigSummary from "./lib/print-config-summary";
|
||||||
|
|
||||||
process.env.NODE_ENV = "cli";
|
process.env.NODE_ENV = "cli";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user