Skip to content

Commit bab06c5

Browse files
committed
fix(vercel): corrige ignoreCommand inválido no vercel.json
1 parent eed1b95 commit bab06c5

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,5 +1,5 @@
11
{
22
"buildCommand": "npm run build",
33
"outputDirectory": "out",
4-
"ignoreCommand": "git diff --quiet HEAD^ HEAD ./linkando-frontend/"
4+
"ignoreCommand": "git diff --quiet HEAD^ HEAD -- linkando-frontend/"
55
}

0 commit comments

Comments
 (0)