We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e008f commit 0a8bc49Copy full SHA for 0a8bc49
api/package.json
@@ -5,7 +5,8 @@
5
"description": "API for the vercel/vercel repo",
6
"main": "index.js",
7
"scripts": {
8
- "vercel-build": "node ../utils/run.js build all"
+ "//TODO": "We should add this pkg to yarn workspaces",
9
+ "vercel-build": "cd .. && yarn install && yarn vercel-build"
10
},
11
"dependencies": {
12
"@sentry/node": "5.11.1",
vercel.json
@@ -20,7 +20,7 @@
20
],
21
"build": {
22
"env": {
23
- "ENABLE_FILE_SYSTEM_API": "1"
+ "ENABLE_VC_BUILD": "1"
24
}
25
26
"github": {
0 commit comments