Skip to content

Commit

Permalink
Deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
basshamut committed Jun 24, 2024
1 parent f069638 commit 84db37b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
run: |
cd frontend
npm install
cd ../backend
cd ..
cd backend
npm install
- name: Build frontend
Expand Down

0 comments on commit 84db37b

Please sign in to comment.