Skip to content

Commit 2740fc8

Browse files
committed
fix: use local npm install in Vercel to fetch @arcnames/sdk from registry
1 parent d8e9733 commit 2740fc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/web/vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"buildCommand": "cd ../.. && npm install && npm run build -w @arc/names-web",
2+
"buildCommand": "next build",
33
"outputDirectory": ".next",
44
"framework": "nextjs",
5-
"installCommand": "cd ../.. && npm install"
5+
"installCommand": "npm install"
66
}

0 commit comments

Comments
 (0)