From 80dbf35ab080473711d8cf2cd1cc7e910fe44295 Mon Sep 17 00:00:00 2001 From: Ayush Soni Date: Tue, 17 Oct 2023 12:58:35 +0530 Subject: [PATCH] ci: test build --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6cedfb8..f57b8ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: cache: "npm" - run: npm ci - run: npm run build --if-present - - name: Change to frontend directory + - name: Change to frontend directory and Install dependencies run: cd frontend && npm install && npm run build --if-present - name: Start the application with pm2 run: pm2 start default