Skip to content

Commit

Permalink
Fixed React workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IGuy37 committed Jul 1, 2024
1 parent 9387040 commit ed31a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/react-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install dependencies
run: |
cd react
cd react-client
npm install
- name: Configure .env file
Expand Down

0 comments on commit ed31a43

Please sign in to comment.