Skip to content

Commit

Permalink
Fix syntax error in run line
Browse files Browse the repository at this point in the history
  • Loading branch information
YvetteWhiteUSDS committed Oct 8, 2024
1 parent 7d03d43 commit a5afa96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push-to-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
node-version: 22

- name: Build code
run: npm ci
run: npm run build
run: |
npm ci
npm run build
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit a5afa96

Please sign in to comment.