Skip to content

Commit 47e5146

Browse files
committed
ci: remove unnecessary builds option
1 parent 295d6cb commit 47e5146

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"serve": "sirv dist -s",
4949
"test": "vitest run --coverage",
5050
"typecov": "type-coverage",
51-
"vercel-build": "pnpm docs:build",
5251
"version": "changeset version && pnpm i --no-frozen-lockfile"
5352
},
5453
"devDependencies": {

vercel.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
"github": {
77
"silent": true
88
},
9-
"builds": [
10-
{
11-
"src": "package.json",
12-
"use": "@vercel/static-build"
13-
}
14-
],
159
"rewrites": [
1610
{
1711
"source": "/(.*)",

0 commit comments

Comments
 (0)