Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Nov 18, 2022
1 parent 80f7b28 commit 95ce9ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/run-migration-on-examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ const main = async (codemod) => {
return;
}

execSync(
`node ${cliPath} codemod ${codemod} --force ${examplePath}`,
{ stdio: "inherit" }
);
execSync(`node ${cliPath} codemod ${codemod} --force ${examplePath}`, {
stdio: "inherit",
});
});
};

Expand Down

0 comments on commit 95ce9ce

Please sign in to comment.