Skip to content

Commit

Permalink
ci: add dedicated install command
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland committed Feb 3, 2024
1 parent 4951743 commit 54a34fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
{ "source": "/", "destination": "/api" },
{ "source": "/(.*)", "destination": "/api" },
{ "source": "/api/(.*)", "destination": "/api" }
]
],
"installCommand": "npm i --no-audit --no-fund --ignore-scripts"
}

0 comments on commit 54a34fa

Please sign in to comment.