diff --git a/examples/tiptap/vercel.json b/examples/tiptap/vercel.json index c903e75..95ac2cd 100644 --- a/examples/tiptap/vercel.json +++ b/examples/tiptap/vercel.json @@ -1,3 +1,4 @@ { - "buildCommand": "turbo run build --force && node publish-reflect.js" + "buildCommand": "turbo run build --force && node publish-reflect.js", + "installCommand": "npm install" }