diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..6c951906 --- /dev/null +++ b/vercel.json @@ -0,0 +1,3 @@ +{ + "buildCommand": "npm install --force" +}