mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +00:00
Check website format in CI (#2454)
Add a command to lint the website to package.json, and update the workflow. Updates docs for linting as well. --------- Co-authored-by: Jade Turner <spacey-sooty@proton.me>
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite-ssg build",
|
||||
"preview": "vite preview"
|
||||
"preview": "vite preview",
|
||||
"format": "prettier --write src/",
|
||||
"format-ci": "prettier --check src/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@toolwind/anchors": "^1.0.10",
|
||||
|
||||
Reference in New Issue
Block a user