Skip to content

Commit 8093f29

Browse files
committed
fix: changes to adapt to prettier's major version
Signed-off-by: Francisco Buceta <[email protected]>
1 parent 6ed8014 commit 8093f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/bin/run-prettier.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function run(argv, options) {
3434
}
3535
args.push(...prettierOpts);
3636

37-
return utils.runCLI('prettier/bin-prettier', args, options);
37+
return utils.runCLI('prettier/bin/prettier.cjs', args, options);
3838
}
3939

4040
module.exports = run;

0 commit comments

Comments
 (0)