Skip to content

Commit

Permalink
Update packages/codemods/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Victoria Zhizhonkova <[email protected]>
  • Loading branch information
EldarMuhamethanov and BlackySoul authored Sep 9, 2024
1 parent 4079f9f commit 18816e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codemods/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function runJSCodeShift(
'--no-babel',
'--fail-on-error',
'-t',
`${TRANSFORM_DIR}/${transformsVersion}/${codemodName}.js`,
`${TRANSFORM_DIR}/v${transformsVersion}/${codemodName}.js`,
...args,
workingDirectory,
],
Expand Down

0 comments on commit 18816e2

Please sign in to comment.