From 0cee6b6878cbf3b1e2ed3ba80bbd8ee553ea3ce0 Mon Sep 17 00:00:00 2001 From: Danial Chitnis Date: Wed, 27 Nov 2024 23:03:45 +0000 Subject: [PATCH] Update build-push-next.yml --- .github/workflows/build-push-next.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push-next.yml b/.github/workflows/build-push-next.yml index abc4973..b8694be 100644 --- a/.github/workflows/build-push-next.yml +++ b/.github/workflows/build-push-next.yml @@ -49,10 +49,10 @@ jobs: run: npm install - name: Build Project with Vite - #run: npm run build + run: npm run build - name: Deploy to Vercel - #run: npx vercel --token=${{ secrets.VERCEL_TOKEN }} + run: npx vercel --token=${{ secrets.VERCEL_TOKEN }} - name: Install Playwright Browsers run: npx playwright install --with-deps