We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed8014 commit 8093f29Copy full SHA for 8093f29
packages/build/bin/run-prettier.js
@@ -34,7 +34,7 @@ function run(argv, options) {
34
}
35
args.push(...prettierOpts);
36
37
- return utils.runCLI('prettier/bin-prettier', args, options);
+ return utils.runCLI('prettier/bin/prettier.cjs', args, options);
38
39
40
module.exports = run;
0 commit comments