diff --git a/.gitignore b/.gitignore index f413b7128..7e79c6580 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ node_modules/ .pnp.loader.mjs .pnp.cjs .yarn -.next \ No newline at end of file +.next +.vercel diff --git a/vercel.json b/vercel.json index b27d1ff24..3e318206e 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,5 @@ { + "buildCommand": "npm run build && npm run build-docs", "rewrites": [ { "source": "/stats/js/script.js",