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 6c973ce45d
commit 6b481b4c2e

View File

@@ -11,7 +11,7 @@
"test": "vitest run", "test": "vitest run",
"test.watch": "vitest watch", "test.watch": "vitest watch",
"test.coverage": "vitest run --coverage", "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" "format.lessons": "prettier --write lessons/*.json"
}, },
"keywords": [ "keywords": [