Skip to content

Commit 57241aa

Browse files
authored
[tests] Speed up vc tarball (vercel#8261)
This updates the API that generates tarballs so that it doesn't need to generate tarballs for every Serverless Function and instead generates it one time. This cuts the time in half.
1 parent 4773ff5 commit 57241aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"description": "API for the vercel/vercel repo",
66
"main": "index.js",
77
"scripts": {
8-
"//TODO": "We should add this pkg to yarn workspaces",
9-
"vercel-build": "cd .. && yarn install && yarn vercel-build"
8+
"//TODO": "We should add this pkg to yarn workspaces"
109
},
1110
"dependencies": {
1211
"@sentry/node": "5.11.1",

0 commit comments

Comments
 (0)