Skip to content

Commit 4557ae6

Browse files
committed
ci(minting-service): disable preview deployments
1 parent d9421df commit 4557ae6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

apps/minting-service/vercel.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"installCommand": "cd ../.. && npm ci",
33
"buildCommand": "cd ../.. && npx nx build minting-service",
4-
"framework": null
4+
"framework": null,
5+
"git": {
6+
"deploymentEnabled": {
7+
"main": true
8+
}
9+
}
510
}

0 commit comments

Comments
 (0)