From 1e5edfca26210e3f38281b66d39a5e933c2e2103 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 1 Nov 2023 22:40:23 +0100 Subject: [PATCH] Update CONTRIBUTING.md fix prettier instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f69b27b..467a9391 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,7 +83,7 @@ Please report any problems you've had with the setup instructions! To make sure the code changes only where it should, we are using prettier to unify the code style. -- You can format all files at once by running `pnpm prettier` from the project root +- You can format all files at once by running `pnpm codeformat` from the project root - Run `pnpm format-check` from the project root to check if all files are well formatted If you use VSCode, you can