Skip to content

Commit 6a1b946

Browse files
committed
Force the use of the latest prettier in task general:format-prettier
1 parent b72f5ca commit 6a1b946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tasks:
4141
general:format-prettier:
4242
desc: Format all supported files with Prettier
4343
cmds:
44-
- npx prettier --write .
44+
- npx prettier@latest --write .
4545

4646
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go-task/Taskfile.yml
4747
go:build:

0 commit comments

Comments
 (0)