Skip to content

Configure Vercel deployment with adjusted package.json scripts and se… #35

Configure Vercel deployment with adjusted package.json scripts and se…

Configure Vercel deployment with adjusted package.json scripts and se… #35

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build the application
run: CI=false npm run build