Skip to content

Commit dc5e5ac

Browse files
committed
docs: Add Prettier instructions for the whatsapp directory and remove the generic npx prettier command.
1 parent f1f4a43 commit dc5e5ac

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,20 @@ Navigate to the frontend directory (`timeless-api/src/main/webui`) and run the c
7171
cd timeless-api/src/main/webui
7272
npm run prettier:write
7373
```
74-
Or
74+
75+
#### Whatsapp
76+
77+
Navigate to the directory (`timeless/whatsapp`) and run the code style check:
78+
79+
```bash
80+
cd timeless/whatsapp
81+
```
82+
And run the code style check:
83+
7584
```bash
76-
npx prettier . --write
85+
npm run prettier:write
7786
```
87+
7888
This script will check and apply the correct code style to your frontend code.
7989

8090
### PreRequisites

0 commit comments

Comments
 (0)