Skip to content

Commit

Permalink
Remove cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Oct 30, 2023
1 parent d9dda79 commit 5df79fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/checks/prettier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default async function prettierCheck() {
'node_modules',
'.bin',
)}/prettier --list-different **/*.{js,jsx,ts,jsx} --ignore-path .eslintignore --config prettier.config.mjs --end-of-line auto`,
{ cwd: dirname(fileURLToPath(import.meta.url)) },
);
} catch (error) {
const { stdout, stderr } = error as { stdout: string; stderr: string };
Expand Down

0 comments on commit 5df79fa

Please sign in to comment.