Skip to content

Commit dbb51bf

Browse files
author
Wareesha Ashraf
committed
Add Vercel build config files
1 parent 6c4f25f commit dbb51bf

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "connecto-root",
3+
"private": true,
4+
"scripts": {
5+
"build": "cd connecto-frontend && npm install && npm run build"
6+
}
7+
}

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"buildCommand": "cd connecto-frontend && npm install && npm run build",
3+
"outputDirectory": "connecto-frontend/dist",
4+
"installCommand": "echo 'Done'"
5+
}

0 commit comments

Comments
 (0)