Skip to content
Snippets Groups Projects
Commit 854eea32 authored by Yusuf Akgül's avatar Yusuf Akgül :hatching_chick:
Browse files

test

parent e81c2cb6
No related branches found
No related tags found
No related merge requests found
Pipeline #37015 passed
......@@ -54,7 +54,6 @@ deploy-job: # This job runs in the deploy stage.
- echo "Deploying application..."
- npm install --foreground-scripts # without this= error
- npm install --global vercel
- npx prisma migrate deploy
- vercel pull --yes --environment=production --token=$VERCEL_TOKEN
- vercel build --prod --token=$VERCEL_TOKEN
- vercel deploy --prebuilt --prod --token=$VERCEL_TOKEN
......
......@@ -8,7 +8,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"preview": "next build && next start"
"preview": "next build && next start",
"vercel-build": "prisma generate && prisma migrate deploy && next build"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.0",
......@@ -55,4 +56,4 @@
"tailwindcss": "3.3.2",
"typescript": "^5.1.3"
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment