feat: Add CI

This commit is contained in:
bracesproul
2025-03-11 13:31:41 -07:00
parent ee59badcab
commit 98e97ba508
2 changed files with 71 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
"build": "tsc -b && vite build",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"preview": "vite preview"
},
"dependencies": {