Skip to content

Commit 0d6f27a

Browse files
author
Marvin Zhang
committed
refactor: update build command in Vercel configuration for improved syntax
1 parent e628c4f commit 0d6f27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"framework": "nextjs",
3-
"buildCommand": "pnpm run build --filter=@codervisor/devlog-web",
3+
"buildCommand": "pnpm --filter=@codervisor/devlog-web build",
44
"env": {
55
"NODE_ENV": "production"
66
}

0 commit comments

Comments
 (0)