Skip to content

Commit

Permalink
Added additional npm commands to deploy-to-s3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaney H committed Mar 19, 2024
1 parent 069856b commit 8bb3ec3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Build files
run: |
npm run build
npm install
npm ci
npm run build --if-present
npm test
- name: Deploy to S3
uses: jakejarvis/s3-sync-action@master
with:
Expand Down

0 comments on commit 8bb3ec3

Please sign in to comment.