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 a2b2afd commit f129c37Copy full SHA for f129c37
packages/gatsby-codemods/src/bin/cli.js
@@ -11,7 +11,7 @@ const codemods = [
11
]
12
13
export const transformerDirectory = path.join(__dirname, `../`, `transforms`)
14
-export const jscodeshiftExecutable = require.resolve(`.bin/jscodeshift`)
+export const jscodeshiftExecutable = require.resolve(`jscodeshift/bin/jscodeshift.js`)
15
16
export function runTransform(transform, targetDir) {
17
const transformerPath = path.join(transformerDirectory, `${transform}.js`)
0 commit comments