Skip to content

Commit

Permalink
ci: test build
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsoni1010 committed Oct 17, 2023
1 parent 35bb144 commit 80dbf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 80dbf35

Please sign in to comment.