Skip to content

Commit 552ea43

Browse files
ci: disabled automatic vercel deployments
1 parent d1ae2ab commit 552ea43

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

apps/api-harmonization/vercel.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"version": 2,
3+
"public": false,
4+
"github": {
5+
"enabled": false
6+
},
7+
"git": {
8+
"deploymentEnabled": false
9+
},
310
"buildCommand": "turbo run build",
411
"installCommand": "npm install --prefix=../..",
512
"outputDirectory": "dist",

apps/frontend/vercel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"version": 2,
3+
"public": false,
4+
"github": {
5+
"enabled": false
6+
},
7+
"git": {
8+
"deploymentEnabled": false
9+
}
10+
}

0 commit comments

Comments
 (0)