Skip to content

Commit

Permalink
force npm over yarn for install
Browse files Browse the repository at this point in the history
  • Loading branch information
grgbkr committed Feb 2, 2024
1 parent cffa11b commit b89ca4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/tiptap/vercel.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit b89ca4c

Please sign in to comment.