Skip to content

Commit 00abc15

Browse files
committed
Remove --transpileOnly flag from test setup
1 parent 717f9a3 commit 00abc15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/functional/helpers/monorepo-environment.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ cat "${releaseSpecificationPath}" > "$1"
126126
await fs.promises.chmod(releaseSpecificationEditorPath, 0o777);
127127

128128
const args = [
129-
'--transpileOnly',
130129
TOOL_EXECUTABLE_PATH,
131130
'--project-directory',
132131
this.localRepo.getWorkingDirectoryPath(),

0 commit comments

Comments
 (0)