ci: update vercel settings

This commit is contained in:
2026-09-05 08:47:51 +05:00
parent cc5498b961
commit 61ecb8bb90
3 changed files with 9 additions and 1 deletions
+2
View File
@@ -26,3 +26,5 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts
# typescript - конец
.vercel
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev": "pnpm --dir apps/web dev",
"build": "pnpm --dir apps/web build",
"deploy": "vercel --cwd apps/web --prod --yes",
"deploy": "vercel --prod --yes",
"typecheck": "pnpm --dir apps/eval run typecheck && pnpm --dir apps/web run typecheck",
"eval:run": "pnpm --dir apps/eval run run",
"eval:review": "pnpm --dir apps/eval run review",
+6
View File
@@ -0,0 +1,6 @@
{
"framework": "sveltekit",
"installCommand": "pnpm install",
"buildCommand": "pnpm --dir apps/web build",
"outputDirectory": "apps/web/.vercel/output"
}