From 83b21ce32c42108ea9af393012db634925e50c40 Mon Sep 17 00:00:00 2001 From: WhyAsh5114 Date: Wed, 19 Jun 2024 14:05:07 +0530 Subject: [PATCH] force install on vercel for this branch --- vercel.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vercel.json 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" +}