Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit e839325

Browse files
committed
fix(vercel): rm unused vercel build script
1 parent 66bd4b7 commit e839325

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vercel.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"env": {
33
"BRANCH": "gh-pages"
4-
},
5-
"scripts": {
6-
"vercel-deploy": "if [ \"$BRANCH\" != \"main\" ]; then echo \"Cannot deploy from $BRANCH branch\"; exit 1; fi"
74
}
85
}

0 commit comments

Comments
 (0)