Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ma7moud3bas authored Apr 24, 2023
1 parent f5e1b66 commit 090078c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Install Modules
run: npm ci
run: npm ci --legacy-peer-deps
- name: Build Application
run: npm run build
- name: Deploy to S3
Expand Down

0 comments on commit 090078c

Please sign in to comment.