Skip to content

Commit

Permalink
build: Make sure to install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edizcelik committed Mar 2, 2022
1 parent 4dd6057 commit 0fd041b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/upload-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-central-1

- name: Install dependencies
run: npm ci

- name: Prepare build folder
run: INDEXER_TOKEN=${{ secrets.INDEXER_TOKEN }} npm run build

Expand Down

0 comments on commit 0fd041b

Please sign in to comment.