Skip to content

Commit

Permalink
📝 docs add prettier commands
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Dec 20, 2024
1 parent 6317b10 commit 71e93c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
"preview": "vitepress preview",
"lint": "prettier . --check",
"fix": "prettier . --write"
},
"engines": {
"node": ">=20 <=22"
Expand Down

0 comments on commit 71e93c4

Please sign in to comment.