We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83d6ca commit 9c21732Copy full SHA for 9c21732
packages/techor/src/commands/build.ts
@@ -49,7 +49,6 @@ export const yargsParserOptions: YargsParserOptions = {
49
export default async function build() {
50
const { _, ...cmdConfig } = yargsParser(process.argv.slice(2), yargsParserOptions)
51
const [commandName, ...commandInputs] = _ as [string, ...string[]]
52
- console.log(cmdConfig)
53
try {
54
const useConfig = exploreConfig('techor.config.*') as Config
55
const config = extend(defaultConfig, useConfig, { build: cmdConfig }) as Config
0 commit comments