Skip to content

Commit

Permalink
Update upload-benchmarks.yml (#3567)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored Jan 11, 2024
1 parent 5966757 commit 54ab3db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/upload-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
run: npm ci

- name: Build benchmarks
run: npm run generate-typings
run: npm run build-benchmarks
run: |
npm run generate-typings
npm run build-benchmarks
- name: Copy benchmarks_generated.js
run: |
Expand Down

0 comments on commit 54ab3db

Please sign in to comment.