feat: update format script to include schemas directory for prettier

This commit is contained in:
Michael Czechowski
2025-05-19 23:42:14 +02:00
parent 391eb25d4b
commit 02fddca908

View File

@@ -11,7 +11,7 @@
"test": "vitest run",
"test.watch": "vitest watch",
"test.coverage": "vitest run --coverage",
"format": "prettier --write src/ tests/ package.json vite.config.js vitest.config.js",
"format": "prettier --write src/ tests/ schemas/ package.json vite.config.js vitest.config.js",
"format.lessons": "prettier --write lessons/*.json"
},
"keywords": [