Skip to content

Commit

Permalink
Remove --transpileOnly flag from test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Dec 1, 2023
1 parent 717f9a3 commit 00abc15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/functional/helpers/monorepo-environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ cat "${releaseSpecificationPath}" > "$1"
await fs.promises.chmod(releaseSpecificationEditorPath, 0o777);

const args = [
'--transpileOnly',
TOOL_EXECUTABLE_PATH,
'--project-directory',
this.localRepo.getWorkingDirectoryPath(),
Expand Down

0 comments on commit 00abc15

Please sign in to comment.