Skip to content

Commit cd82852

Browse files
committed
fix: add --include=dev to vercel install command so typescript is not pruned
1 parent 0508454 commit cd82852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
33
"buildCommand": "npm run build",
4-
"installCommand": "npm install && npm rebuild lightningcss",
4+
"installCommand": "npm install --include=dev && npm rebuild lightningcss",
55
"framework": "nextjs",
66
"env": {
77
"npm_config_platform": "linux",

0 commit comments

Comments
 (0)