Skip to content

Commit 5a64904

Browse files
authored
fix: Adds step to generate index (#469)
1 parent 6c26763 commit 5a64904

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
npm run build --workspace=samples/$workspace
7272
done
7373
74+
- name: Generate index
75+
run: npm run generate-index
76+
7477
- uses: google-github-actions/auth@v1
7578
with:
7679
credentials_json: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}

0 commit comments

Comments
 (0)