diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..9e643974 --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ +{ + "build": { + "env": { + "YARN_ENABLE_IMMUTABLE_INSTALLS": "false" + }, + "installCommand": "yarn install --check-files" + } +}