We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f565f4 commit 535ee4eCopy full SHA for 535ee4e
packages/techor/src/commands/build.ts
@@ -68,7 +68,6 @@ export default async function build() {
68
tsconfig = getTsconfig('.')?.config
69
} else {
70
tsconfig = getTsconfig('.', tsconfigFile)?.config
71
- console.log(tsconfig)
72
if (!tsconfig) {
73
74
}
packages/techor/tests/target-es5/test.ts
@@ -4,7 +4,7 @@ import { join } from 'node:path'
4
import dedent from 'ts-dedent'
5
6
beforeAll(() => {
7
- execSync('tsx ../../src/bin build', { cwd: __dirname, stdio: 'inherit' })
+ execSync('tsx ../../src/bin build', { cwd: __dirname })
8
})
9
10
test('main', () => {
0 commit comments