Fix ci script type checking

This commit is contained in:
Alex Gleason 2025-05-14 23:09:39 -05:00
parent 601b3ce370
commit 70eceef6ae
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -7,7 +7,7 @@
"dev": "npm i && vite",
"build": "npm i && vite build && cp dist/index.html dist/404.html",
"build:dev": "npm i && vite build --mode development",
"ci": "npm i && tsc --noEmit && vite build",
"ci": "npm i && tsc -p tsconfig.app.json --noEmit && vite build",
"lint": "npm i && eslint .",
"preview": "npm i && vite preview",
"deploy": "npm run build && npx -y surge@latest dist"