Skip to content

Commit

Permalink
Add build to standard push in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
garethj2 committed Jan 10, 2025
1 parent 711fc6c commit b6063bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- run: npm ci --no-optional
- run: npm run lint
- run: npm test
# A build isn't needed here but we want to make sure it works ok before try this during a publish.
- run: npm run build

- name: Configure AWS credentials for uploading docs
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit b6063bf

Please sign in to comment.