Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aldomalerba committed May 23, 2023
1 parent d1bb2f3 commit d03f916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Install modules
run: npm ci
run: yarn install --frozen-lockfile
- name: Build application
run: npm run build
- name: Deploy to S3
Expand Down

0 comments on commit d03f916

Please sign in to comment.